@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

.clearfix {
  content: "";
  clear: both;
  display: table;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* common */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

body {
  font-family: Pretendard-Regular, Arial, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

/* html */
html, body {
  position: relative;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

#wrap {
  position: relative;
  overflow: hidden;
}

/**-------------------------------------
*						media query - pc
-------------------------------------**/
@media screen and (min-width: 1061px) {

  /* wrap-right */
  .wrap-right .main {
    display: flex;
    justify-content: space-between;
  }

  .wrap-right .area-aside {
    margin: 32px 0 0 80px;
  }


  /* wrap-drawer */
  .wrap-drawer .header {
    padding-top: 80px;
  }

  .wrap-drawer .header.border-none {
    border-bottom: none;
  }

  .wrap-drawer .header .inner-header {
    position: initial;
    max-width: 780px;
  }

  .wrap-drawer .header .title-logo {
    position: absolute;
    top: -1px;
    left: 80px;
  }

  .wrap-drawer .header .area-align {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .wrap-drawer .header .area-slogun {
    width: 780px;
    margin: 30px 0 -3px 0;
  }

  .wrap-drawer .header .area-gnb {
    position: absolute;
    top: 31px;
    width: 100%;
    max-width: 780px;
  }

  .wrap-drawer .header .area-gnb>nav>ul {
    text-align: center;
  }

  .wrap-drawer .header .tt_category .category_list {
    text-align: center;
  }

  .wrap-drawer .header .button-menu {
    display: block;
  }

  .wrap-drawer .header .box-log {
    display: none;
  }

  .wrap-drawer .area-main {
    max-width: 780px;
    margin: 0 auto;
  }

  .wrap-drawer .area-promotion .inner-promotion {
    max-width: 780px;
  }

  .wrap-drawer .article-type-poster {
    width: 25%;
    max-width: 180px;
    margin-right: 16px;
  }

  .wrap-drawer .article-type-poster:nth-of-type(3n) {
    margin-right: 17px;
  }

  .wrap-drawer .article-type-poster:nth-of-type(4n) {
    margin-right: -3px;
  }

  .wrap-drawer .area-cover>.article-type-poster:nth-of-type(4n) {
    margin-right: 0;
  }

  .wrap-drawer .area-aside {
    position: fixed;
    top: 0;
    right: -381px;
    width: 381px;
    height: 100%;
    padding: 0 40px;
    border-left: 1px solid #efefef;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
  }

  .wrap-drawer .area-aside .box-profile {
    border-left: none;
    border-right: none;
  }


  .wrap-drawer .area-aside .box-profile .img-profile {
    margin: 80px 0 13px 0;
  }

  .wrap-drawer .area-aside .box-profile-invert {
    position: relative;
    height: 430px;
    margin: 0 -40px 43px -41px;
    z-index: 21;
  }

  .wrap-drawer .area-aside .box-log {
    display: table;
    margin-top: 55px;
    margin-bottom: 47px;
    text-align: center;
  }

  .wrap-drawer .area-aside-on {
    right: 0;
    transition: .2s ease-out;
  }

  .wrap-drawer .article-related .item-related {
    width: 25%;
  }

  .wrap-drawer .article-related .item-related:last-child {
    display: block;
  }

  .wrap-right #footer .inner-footer {
    max-width: 1060px;
  }

  .wrap-drawer .article-header .inner-header {
    max-width: 780px;
  }
}

/* tt-body */
#tt-body-tag:not(.wrap-drawer) .header,
#tt-body-page:not(.wrap-drawer) .header,
#tt-body-category:not(.wrap-drawer) .header,
#tt-body-search:not(.wrap-drawer) .header,
#tt-body-archive:not(.wrap-drawer) .header {
  border-bottom: 1px solid #efefef;
}



#tt-body-index #container,
#tt-body-tag #container,
#tt-body-page #container,
#tt-body-category #container,
#tt-body-search #container,
#tt-body-archive #container,
#tt-body-guestbook #container {
  margin-top: 0;
}

#tt-body-page .area-promotion {
  display: none;
}

#tt-body-tag .area-main,
#tt-body-page .area-main,
#tt-body-category .area-main,
#tt-body-search .area-main,
#tt-body-archive .area-main {
  margin-top: 0;
}


#tt-body-page .area-slogun {
  display: none;
}

#tt-body-page .main {
  padding-top: 470px;
}

#tt-body-page .area-view img {
  display: inline-block;
  max-width: 100% !important;
  margin: 0;
  height: auto;
}

#tt-body-page .area-view .map_attach img {
  max-width: none !important;
}

#tt-body-page .area-paging {
  display: block;
}

@media screen and (max-width: 1060px) {
  #tt-body-page .main {
    padding-top: 440px;
  }
}

#tt-body-page .area-aside {
  margin-top: 0px;
}

/* // tt-body-page */
/* 미디어 로그 티스토리 스타일 수정 */
#mediaLogNest {
  max-width: 106x;
  height: auto !important;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

/* 카테고리의 다른글 티스토리 스타일 수정 */
.another_category {
  margin-bottom: 56px !important;
}

.article-view .another_category table,
.article-view .another_category table * {
  border: none;
}

#article-view .another_category table td {
  font-size: 11px;
}

/* area_paging */
/* media query - pc 페이징 스타일 제어 */
@media screen and (min-width: 1061px) {
  .listmorebutton .area-paging {
    display: none;
  }

  .listmorenumber .area-paging-more {
    display: none;
  }
}

/* media query - 모바일 페이징 스타일 제어 */
@media screen and (max-width: 1060px) {
  .listmorebuttonmobile .area-paging {
    display: none;
  }

  .listmorenumbermobile .area-paging-more {
    display: none;
  }
}

.paging-more {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  line-height: 42px;
  color: #777;
  text-align: center;
  text-decoration: none;
}

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

.area-paging a {
  text-decoration: none;
}

.area-paging .link_page {
  display: inline-block;
  font-size: 30px !important;
  color: #000;
}

.area-paging .link_page:hover {
  color: #ef402f;
}

.area-paging .paging_num {
  display: inline-block;
  vertical-align: top;
}

.area-paging .link_num span {
  display: inline-block;
  min-width: 26px;
  height: 26px;
  margin: 0 2px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #333;
}

.area-paging .link_num:hover span {
  border-radius: 999em;
  background: #ddd;
  color: #333;
}

.area-paging .selected {
  display: block;
  border-radius: 999em;
  background: #000;
  color: #fff !important;
  font-size: 13px;
  line-height: 32px;
}

.area-paging .link_num:hover .selected {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.area-paging .paging_slash {
  display: none;
}

.area-paging .link_page.no-more-prev,
.area-paging .link_page.no-more-next {
  display: none;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1023px) {
  .area-paging .link_page {
    color: rgba(0, 0, 0, 0.75);
  }

  .area-paging .link_page.no-more-prev,
  .area-paging .link_page.no-more-next {
    color: rgba(0, 0, 0, 0.15);
  }

  .area-paging .link_page span {
    font-size: 30px !important;
    font-weight: 600;
  }

  .area-paging .link_num {
    font-size: 14px;
    font-weight: 900;
  }

  .area-paging .link_num span {
    position: relative;
  }

  .area-paging .selected {
    position: relative;
    width: auto;
    font-size: 14px;
    color: #fff;
  }

  .area-paging .link_num:last-child span:before {
    content: '/';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 29px;
  }

  .area-paging .link_num:last-child span.selected:before {
    content: '';
  }

  .area-paging .link_num span:not(.selected) {
    display: inline-block;
  }

  .area-paging .link_num:last-child span {
    display: inline-block;
  }

  .area-paging .link_ellipsis {
    display: none;
  }

  .area-paging .selected {
    margin-right: 8px !important;
    color: #fff !important;
  }
}

/* // area_paging */
/* media query - only mobile */
@media screen and (max-width: 768px) {
  .area_common {
    margin-top: 36px;
  }
}



/* header */
.header {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #efefef;
  z-index: 10;
  transition: top 0.2s ease-in-out;
}

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

/* .header .box-header:after {
  content:'';
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 1px;
  margin-left: -50vw;
  border-bottom: 1px solid #efefef;}
.header .borderbottomline:after {
  border-bottom: none;} */
.header .title-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
}

.header .link_logo {
  display: block;
  max-width: 220px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: 22px;
}

.header .link_logo img {
  max-height: 18px;
}

.header .box-log {
  position: absolute;
  top: -1px;
  right: 0;
}

.header .button-menu {
  display: none;
  position: absolute;
  top: 21px;
  right: 80px;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 1;
}

.header .button-menu:hover {
  opacity: .7;
  transition: .2s ease-out;
}

.header .area-slogun {
  padding-top: 33px;
  padding-bottom: 36px;
}

.header .area-slogun strong {
  margin-bottom: 9px;
  font-size: 36px;
  font-family: Arial;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 82px;
  overflow: hidden;
  white-space: normal;
  word-break: keep-all;
}

.header .area-slogun p {
  width: 500px;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  color: #999;
  word-break: keep-all;
}

.header .area-gnb .topnavnone {
  display: none;
}

.header .tt_category {
  margin: 0;
  padding: 0;
}

.header .tt_category ul {
  padding: 0;
  list-style: none;
}

.header .tt_category li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .tt_category .link_tit {
  display: none;
}

.header .tt_category .category_list,
.header .topnavmenu>ul {
  font-size: 0;
  text-align: left;
  margin: 0;
  margin-bottom: -3px;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.header .tt_category .category_list li,
.header .topnavmenu>ul>li {
  display: inline-block;
  margin-right: 61px;
}

.header .topnavmenu>ul>li {
  /* padding-bottom: 32px; */
}

.header .tt_category .category_list li:last-child,
.header .topnavmenu>ul>li:last-child {
  margin-right: 0;
}

.header .tt_category .category_list .link_item,
.header .topnavmenu>ul>li>a {
  position: relative;
  display: block;
  font-size: 20px !important;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none;
  white-space: nowrap;
  z-index: 2;
}

.header .tt_category .category_list .c_cnt {
  display: none;
}

/* ----- media query - pc ----- */
@media screen and (min-width: 1061px) {
  .header .category_list li:hover .sub_category_list {
    display: flex;
  }

  .header .tt_category .category_list .sub_category_list {
    position: absolute;
    display: none;
    top: 258px;
    left: 0;
    width: 100%;
    height: 94px;
    padding-top: 36px;
    font-size: 13px;
    color: #333;
    z-index: 100;
  }

  .header .tt_category .category_list .sub_category_list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 94px;
    margin-left: -50vw;
    border-top: 1px solid #efefef;
    background: #fff;
    z-index: -1;
  }

  .header .link_sub_item {
    font-size: 13px;
    text-decoration: none;
    color: #333;
  }

  .header .link_sub_item:hover {
    text-decoration: underline;
  }

  .wrap-right .header .category_list>li,
  .wrap-right .header .t_menu_home,
  .wrap-right .header .t_menu_guestbook,
  .wrap-right .header .t_menu_tag,
  .wrap-right .header .t_menu_link_1,
  .wrap-right .header .t_menu_category {
    padding: 32px 0 32px 0;
  }

  .wrap-drawer .header .tt_category .category_list .sub_category_list {
    top: 49px;
  }

  #tt-body-tag.headerslogundisplayon .wrap-right .sub_category_list,
  #tt-body-archive.headerslogundisplayon .wrap-right .sub_category_list,
  #tt-body-category.headerslogundisplayon .wrap-right .sub_category_list,
  #tt-body-search.headerslogundisplayon .wrap-right .sub_category_list,
  #tt-body-guestbook.headerslogundisplayon .wrap-right .sub_category_list {
    top: 263px;
  }

  #tt-body-page .wrap-right .sub_category_list {
    top: 103px;
  }

  .header .tt_category .category_list>li:hover>a:after,
  .header .topnavmenu>ul>li:hover>a:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #ef402f;
    z-index: 1;
  }

  .wrap-drawer .header .tt_category .category_list .link_item,
  .wrap-drawer .header .topnavmenu>ul>li>a {
    padding-bottom: 40px;
  }
}

.header .topnavmenu .tt_category {
  display: none;
}

.header .topnavmenu>ul {
  margin: 0;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .wrap-right .header .topnavmenu>ul {
    padding: 0 0 37px 0;
  }
}

.header .slogun-use .area-slogun:before, .header .slogun-use nav:before {
  border-top: none !important;
}

.header .slogun-use .tt_category .category_list,
.header .slogun-use .topnavmenu>ul {
  margin-top: -1px;
  padding-top: 0;
}

/* ----- media query - pc ----- */
@media screen and (min-width: 1061px) {
  .headerslogundisplayoff.headerbannerdisplayoff .wrap-right .sub_category_list {
    top: 134px;
  }

  .headerslogundisplayoff.headerbannerdisplayoff .wrap-right .slogun-use .sub_category_list {
    top: 290px;
  }

  .wrap-right .header .area-gnb .topnavmenu:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 100vw;
    height: 1px;
    margin-left: -50vw;
    border-top: 1px solid #efefef;
  }
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .header .inner-header {
    max-width: initial;
    padding-top: 50px;
  }

  .header .title-logo {
    position: absolute;
    top: 15px;
    left: 20px;
    margin: 0;
  }

  .header .link_logo {
    font-size: 20px !important;
  }

  .header .area-slogun {
    display: none;
    padding: 0 20px 0 20px;
  }

  .header .area-slogun strong {
    display: block;
    overflow: inherit;
    max-height: 100%;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.05;
  }

  .header .area-slogun p {
    width: auto;
    font-size: 12px;
  }

  .header .area-slogun.slogunmobileoff {
    display: block;
  }

  .header .area-promotion {
    display: none;
  }

  .header .area-promotion.bannermobile-on {
    display: block;
  }

  .header .area-gnb {
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #efefef;
    margin-top: 30px;
  }

  .header .tt_category .category_list,
  .header .topnavmenu>ul {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .header .tt_category .category_list li,
  .header .topnavmenu>ul>li {
    margin-right: 24px;
  }

  .header .tt_category .category_list li:first-child,
  .header .topnavmenu>ul>li:first-child {
    margin-left: 20px;
    float: left;
  }

  .header .tt_category .category_list li:last-child,
  .header .topnavmenu>ul>li:last-child {
    margin-right: 20px;
  }

  .header .tt_category .category_list .link_item,
  .header .topnavmenu>ul>li>a {
    padding: 20px 0 19px 0;
    font-size: 13px;
    font-weight: 400;
  }

  .header .button-menu {
    display: block;
    top: 5px;
    right: 10px;
  }

  .header .button-menu svg {
    width: 17px;
    height: 12px;
  }

  .header .box-log {
    display: none;
  }

  .header .topnavmenu>ul {
    padding: 0;
  }

  .wrap-right .header .topnavmenu>ul {
    padding: 0;
  }
}

/* // header */
/* footer */
#footer {
  margin-top: 120px;
  padding: 35px 0 60px 0;
  border-top: 1px solid #efefef;
}

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

#footer .box-policy {
  margin-bottom: 36px;
}

#footer .link-footer {
  position: relative;
  display: inline-block;
  margin-right: 17px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

#footer .link-footer:hover {
  text-decoration: underline;
}

#footer .link-footer:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -13px;
  width: 2px;
  height: 2px;
  background: #999;
  border-radius: 2px;
}

#footer .link-footer:first-child:before {
  width: 0;
}

#footer .text-info,
#footer address {
  font-size: 13px;
  color: #999;
}

#footer .text-info {
  margin: 0 0 9px 0;
  line-height: 18px;
  padding-top: 2px;
}

#footer address {
  font-style: normal;
}

#footer .box-site {
  position: absolute;
  top: -5px;
  right: 20px;
}

#footer .box-site button {
  position: relative;
  width: 140px;
  height: 32px;
  padding-left: 12px;
  background: url(./images/icon-more.svg) no-repeat 116px center;
  border: 1px solid #efefef;
  font-size: 13px;
  text-align: left;
  color: #999;
  cursor: pointer;
}

#footer .box-site button.on {
  background: url(./images/icon-close.svg) no-repeat 116px center;
}

#footer .box-site ul {
  position: absolute;
  bottom: 31px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #efefef;
  font-size: 13px;
  line-height: 32px;
  list-style: none;
  opacity: .0;
  overflow: hidden;
}

#footer .box-site ul li {
  margin: 0;
  padding-left: 13px;
}

#footer .box-site ul li a {
  display: block;
  background: #fff;
  color: #999;
  text-decoration: none;
}

#footer .box-site ul li a:hover {
  color: #333;
}

#footer .box-site ul.on {
  opacity: 1;
  transition: opacity .2s ease-out;
}

/* ----- media query - tablet ----- */
@media screen and (max-width: 1060px) {
  #footer {
    margin-top: 40px;
    padding: 36px 0 26px 0;
  }

  #footer .box-policy {
    margin-top: 34px;
    margin-bottom: 21px;
  }

  #footer .link-footer {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
  }

  #footer .link-footer:before {
    width: 0;
  }

  #footer .text-info,
  #footer address {
    font-size: 11px;
  }

  #footer .box-site {
    top: -71px;
    left: 0;
    width: 100%;
  }

  #footer .box-site button {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border-left: none;
    border-left: right;
    background-position: calc(100% - 20px) center;
  }

  #footer .box-site button.on {
    background-position: calc(100% - 20px) center;
  }

  #footer .box-site ul {
    top: 37px;
    bottom: auto;
  }

  #footer .box-site ul li {
    padding-left: 20px;
  }
}

/* // footer */
/* area-promotion */
.area-promotion {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 11;
}

.area-promotion:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(58, 58, 58, 0.3);
  z-index: 1;
}

.area-promotion .inner-promotion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1020px;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}

.area-promotion .inner-promotion strong {
  display: block;
  word-break: keep-all;
  width: 760px;
  font-size: 48px;
  font-family: Arial;
  line-height: 1.08;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: keep-all;
}

.area-promotion .inner-promotion .link-promotion {
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 40px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #333;
  margin-top: 32px;
}

.area-promotion .box-promotion {
  margin-top: -4px;
}

/* ----- media query - pc ----- */
@media screen and (min-width: 1061px) {
  .area-promotion.height200 {
    height: 200px;
  }

  .area-promotion.height300 {
    height: 300px;
  }

  .area-promotion.height400 {
    height: 400px;
  }

  .area-promotion.height500 {
    height: 500px;
  }
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1061px) {
  .area-promotion {
    height: 350px;
  }

  .area-promotion .inner-promotion {
    position: relative;
    padding: 0 20px;
  }

  .area-promotion .inner-promotion .box-promotion {
    position: absolute;
    bottom: 40px;
  }

  .area-promotion .inner-promotion strong {
    width: 270px;
    font-size: 30px;
    line-height: 33px;
    -webkit-line-clamp: 3;
  }

  .area-promotion .inner-promotion .link-promotion {
    width: 120px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    margin-top: 22px;
  }
}

/* // area-promotion */
/* container */
#container {
  position: relative;
  margin-top: 78px;
}

/* main */
.main {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

/* area-main */
.area-main {
  width: 100%;
  max-width: 640px;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1061px) {
  #container {
    margin-top: 0;
  }

  .area-main {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* area-aside */
.area-aside {
  width: 300px;
  /* box-profile */
  /* box-category */
  /* box-tag */
  /* box-recent */
  /* box-plugin */
  /* plugin */
  /* box-calendars */
  /* box-visit */
  /* box-search */
}

.area-aside>div {
  margin-bottom: 43px;
}

.area-aside ul {
  margin: 0;
  padding: 0;
}

.area-aside li {
  list-style: none;
  padding: 0;
}

.area-aside .item-sidebar {
  margin-bottom: 6px;
}

.area-aside .link-sidebar {
  display: block;
  font-size: 13px;
  line-height: 1.69;
  color: #777;
  text-decoration: none;
}

.area-aside .link-sidebar span {
  display: block;
  font-size: 12px;
  line-height: 1.67;
  color: #999;
}

.area-aside .title-sidebar {
  display: block;
  margin: 0 0 7px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #333;
}

.area-aside .box-profile {
  position: relative;
  margin-bottom: 43px;
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #333;
  text-align: center;
}

.area-aside .box-profile .img-profile {
  width: 140px;
  height: 140px;
  margin: 49px 0 14px 0;
  border-radius: 140px;
}

.area-aside .box-profile .text-profile {
  max-width: 210px;
  margin: 0 auto 33px auto;
  font-size: 14px;
  line-height: 1.54;
  color: #777;
  word-wrap: break-word;
}

.area-aside .box-profile .button-subscription {
  width: 84px;
  height: 30px;
  margin: 0 auto 28px auto;
  background: none;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

.area-aside .box-profile .box-sns {
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 34px;
}

.area-aside .box-profile .link-sns {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ddd;
  border-radius: 36px;
  vertical-align: top;
}

.area-aside .box-profile .link-sns:last-child {
  margin-right: 0;
}

.area-aside .box-profile .link-facebook {
  line-height: 48px;
}

.area-aside .box-profile .link-youtube {
  line-height: 44px;
}

.area-aside .box-profile .link-insta {
  line-height: 49px;
}

.area-aside .box-profile .link-twitter {
  line-height: 46px;
}

.area-aside .box-profile-invert {
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  ;
  background-size: cover;
  background-position: 50% 50%;
}

.area-aside .box-profile-invert:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.area-aside .box-profile-invert .inner-box {
  position: relative;
  height: 100%;
  z-index: 2;
}

.area-aside .box-profile-invert .text-profile {
  color: #fff;
}

.area-aside .box-profile-invert .button-subscription {
  color: #fff;
}

.area-aside .box-profile-invert .link-sns {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.area-aside .box-profile-invert .svg path {
  fill: #fff !important;
}

.area-aside .box-category {
  margin-bottom: 40px;
  padding-bottom: 33px;
  border-bottom: 1px solid #e8e8e8;
}

.area-aside .box-category .tt_category a {
  display: block;
  text-decoration: none;
}



.area-aside .box-category .tt_category .c_cnt {
  display: inline-block;
  font-size: 12px;
  vertical-align: 1px;
}

.area-aside .box-category .tt_category .link_tit,
.area-aside .box-category .tt_category .category_list .link_item {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  color: #777;
}

.area-aside .box-category .tt_category .link_tit:hover,
.area-aside .box-category .tt_category .category_list .link_item:hover {
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  text-decoration: underline;
}

.area-aside .box-category .tt_category .category_list .link_sub_item.selected,
.area-aside .box-category .tt_category .category_list .link_item.selected {
  font-weight: 500;
  color: #333;
}

.area-aside .box-category .tt_category .category_list .link_sub_item {
  position: relative;
  display: none;
  margin-bottom: 5px;
  margin-left: 22px;
  font-size: 13px;
  line-height: normal;
  color: #999;
}

.area-aside .box-category .tt_category .category_list .link_sub_item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -13px;
  width: 7px;
  height: 1px;
  background: #999;
}

.area-aside .box-category .tt_category .category_list .link_sub_item:hover {
  font-weight: 600;
  color: #333;
}

.area-aside .box-category .tt_category .category_list .sub_category_list li:last-child a {
  margin-bottom: 10px;
}

.area-aside .box-category-2depth .tt_category .category_list .link_sub_item {
  display: block;
}

.area-aside .sub_category_list {
  margin-top: -4px;
  margin-bottom: 12px;
}

.area-aside .box-tag a {
  position: relative;
  display: inline-block;
  max-width: 300px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.69;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
}

.area-aside .box-tag a:last-child:after {
  content: '';
  position: absolute;
  top: 14px;
  right: -2px;
  width: 5px;
  height: 5px;
  background: #fff;
}

.area-aside .box-recent .tab-recent {
  display: flex;
  margin-bottom: 13px;
}

.area-aside .box-recent .tab-recent li {
  position: relative;
  margin-right: 20px;
}

.area-aside .box-recent .tab-recent li span {
  display: block;
}

.area-aside .box-recent .tab-recent li:last-child {
  margin-right: 0;
}

.area-aside .box-recent .tab-recent li:last-child:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  width: 2px;
  height: 10px;
  background: url(./images/bullet-tab.svg) no-repeat;
}

.area-aside .box-recent .tab-recent li.on a {
  color: #333;
  font-weight: 500;
}

.area-aside .box-recent .tab-recent li a {
  display: block;
  font-size: 14px;
  line-height: 1.64;
  color: #999;
  text-decoration: none;
}

.area-aside .box-recent .list-recent li {
  margin-bottom: 20px;
}

.area-aside .box-recent .list-recent li:last-child {
  margin-bottom: 0;
}

.area-aside .box-recent .list-recent .link-recent {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  text-decoration: none;
}

.area-aside .box-recent .list-recent .thumbnail {
  width: 64px;
  height: 64px;
  margin: 0 12px 0 0;
  background-size: cover;
  background-position: 50% 50%;
}

.area-aside .box-recent .list-recent .thumbnail+.box-recent {
  width: 70%;
}

.area-aside .box-recent .list-recent .box-recent {
  width: 100%;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.54;
  color: #333;
}

.area-aside .box-recent .list-recent .box-recent strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 400;
}

.area-aside .box-recent .list-recent .box-recent span {
  color: #999;
}

/** -- media query mobile -- **/
@media screen and (max-width: 1061px) {
  .area-aside .box-recent .list-recent .box-recent strong {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
  }

  .box-notice .link-sidebar a,
  .box-reply .link-sidebar strong {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
  }

}



.area-aside .box-plugins {
  padding-bottom: 44px;
  border-bottom: 1px solid #e8e8e8;
}

.area-aside .box-plugins .tab-sns {
  display: flex;
  margin-bottom: 12px;
}

.area-aside .box-plugins .tab-sns li {
  position: relative;
  margin-right: 20px;
}

.area-aside .box-plugins .tab-sns li span {
  display: block;
}

.area-aside .box-plugins .tab-sns li:last-child {
  margin-right: 0;
}

.area-aside .box-plugins .tab-sns li:last-child:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  width: 2px;
  height: 10px;
  background: url(./images/bullet-tab.svg) no-repeat;
}

.area-aside .box-plugins .tab-sns li.on a {
  color: #333;
  font-weight: 500;
}

.area-aside .box-plugins .tab-sns li a {
  display: block;
  font-size: 14px;
  line-height: 1.64;
  color: #999;
  text-decoration: none;
}

.area-aside .box-plugins .plugin-facebook {
  max-height: 410px;
  overflow: hidden;
}

.area-aside .box-plugins .plugin-twitter {
  max-height: 410px;
  overflow: auto;
}

.area-aside .box-calendar .inner-calendar {
  padding: 23px 28px 24px 28px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
}

.area-aside .box-calendar .inner-calendar table caption a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.57;
  color: #333;
  text-decoration: none;
}

.area-aside .box-calendar .inner-calendar table th,
.area-aside .box-calendar .inner-calendar table td {
  font-weight: 400;
  line-height: 1.81;
  color: #999;
  text-align: center;
}

.area-aside .box-calendar .inner-calendar table th {
  margin-bottom: 10px;
}

.area-aside .box-visit .text-total {
  margin: -10px 0 3px 0;
  line-height: 1.64;
  font-size: 30px !important;
  font-weight: 600;
  color: #333;
}

.area-aside .box-visit .item-visit {
  font-size: 13px;
  line-height: 1.71;
  color: #999;
}

.area-aside .box-search {
  width: 100%;
  margin-top: -3px;
  border-bottom: 2px solid #333;
}

.area-aside .box-search .inp-search {
  display: inline-block;
  width: calc(100% - 34px);
  padding-bottom: 7px;
  border: none;
  font-size: 14px;
  color: #999;
}

.area-aside .box-search .button-search {
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(./images/icon-search.svg) no-repeat center;
  border: none;
  cursor: pointer;
}

.area-aside .box-log {
  display: none;
}

.box-reply .list-sidebar li {
  margin-bottom: 8px;
}

.box-reply .link-sidebar strong {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
}

.box-reply .list-sidebar p {
  margin: 0;
  font-size: 12px;
  color: #999;
}

.box-notice .list-sidebar li {
  margin-bottom: 8px;
}

.box-calendar .cal_click {
  font-weight: 700;
  color: #333;
}

.area-aside .box-calendar .inner-calendar .cal_month {
  position: relative;
  margin-bottom: -6px;
}

.area-aside .box-calendar .inner-calendar .cal_month a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.area-aside .box-calendar .inner-calendar .cal_month a:first-child:before {
  content: '〈';
  position: absolute;
  top: -3px;
  left: 60px;
  width: 30px;
  height: 24px;
  background-color: transparent;
  font-size: 12px;
  padding-top: 5px;
}

.area-aside .box-calendar .inner-calendar .cal_month a:last-child:before {
  content: '〉';
  position: absolute;
  top: -3px;
  right: 60px;
  width: 34px;
  height: 24px;
  background-color: transparent;
  font-size: 12px;
  padding-top: 5px;
}

.area-aside .box-calendar .inner-calendar thead tr th {
  padding-bottom: 8px;
}

/* ----- media query - tablet ----- */
@media screen and (max-width: 1060px) {
  .area-aside {
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100% - 104px);
    max-width: 380px;
    height: 100%;
    padding: 0 24px;
    border-left: 1px solid #efefef;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
    /* box-tag */
  }

  .area-aside .box-profile {
    width: 100%;
    border-left: none;
    border-right: none;
  }

  .area-aside .box-profile .img-profile {
    width: 100px;
    height: 100px;
  }

  .area-aside .box-profile .link-sns {
    width: 30px;
    height: 30px;
  }

  .area-aside .box-profile .link-facebook {
    line-height: 43px;
  }

  .area-aside .box-profile .link-facebook .svg {
    width: 12px;
    height: 14px;
  }

  .area-aside .box-profile .link-youtube {
    line-height: 40px;
  }

  .area-aside .box-profile .link-youtube .svg {
    width: 14px;
    height: 11px;
  }

  .area-aside .box-profile .link-insta {
    line-height: 42px;
  }

  .area-aside .box-profile .link-insta .svg {
    width: 14px;
    height: 14px;
  }

  .area-aside .box-profile .link-twitter {
    line-height: 42px;
  }

  .area-aside .box-profile .link-twitter .svg {
    width: 14px;
    height: 11px;
  }

  .area-aside .box-profile-invert {
    position: relative;
    margin: 0 -40px 40px -41px;
    z-index: 21;
    width: auto;
  }

  .area-aside .box-profile-invert .img-profile {
    margin: 50px 0 10px 0;
  }

  .area-aside .box-log {
    display: table;
    margin-top: 55px;
    text-align: center;
  }

  .area-aside .box-tag a {
    max-width: 100%;
  }

  .area-aside-on {
    right: 0;
    transition: .2s ease-out;
  }

  .area-aside .box-profile .text-profile {
    margin-bottom: 22px;
  }
}

.bg-dimmed:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  background: rgba(255, 255, 255, 0.8);
  z-index: 19;
}

/* // area-aside */
/* box-log */
.box-log a {
  display: inline-block;
  margin-right: 12px;
  font-size: 13px;
  text-decoration: none;
  color: #777;
  float: left;
}

.box-log .last {
  margin-right: 0;
}

.box-log .link-log {
  position: relative;
  margin-left: 25px;
  margin-right: 0;
}

.box-log .link-log:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -15px;
  width: 1px;
  height: 12px;
  background: #ddd;
}

/* article-type-common */
.article-type-common {
  width: 100%;
}

.article-type-common .thumbnail {
  margin: 0;
  background-image: url(./images/no-image.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.article-type-common .thumbnail .img-thumbnail {
  display: none;
}

.article-type-common .link-article {
  text-decoration: none;
}

.article-type-common .title {
  display: block;
  max-height: none !important;
  margin-bottom: 13px;
  font-size: 36px !important;
  font-weight: 500;
  line-height: 1.15;
  overflow: visible !important;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.article-type-common .summary {
  margin: 0 0 12px 0;
  color: #777;
}

.article-type-common .link-category {
  margin-right: 14px;
  font-size: 12px;
  line-height: 1.67;
  color: #333;
  text-decoration: none;
}

.article-type-common .date {
  position: relative;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1.67;
  color: #999;
}

.article-type-common .date:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  width: 2px;
  height: 2px;
  background: #999;
  border-radius: 2px;
}

.article-type-common .reply {
  position: relative;
  padding-left: 19px;
  background: url(./images/icon-reply.svg) no-repeat left center;
  font-size: 12px;
  line-height: 1.67;
  color: #999;
}

.article-type-common .reply:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  width: 2px;
  height: 2px;
  background: #999;
  border-radius: 2px;
}

.article-type-common:hover .title { text-decoration: none !important; }

.box-cover-title {
  display: flex;
  justify-content: space-between;
}

.box-cover-title .link-title {
  position: relative;
  padding-right: 10px;
  padding-bottom: 16px;
  font-size: 13px;
  text-decoration: none;
  color: #999;
  line-height: 14px;


}

.box-cover-title .link-title:after {
  content: '';
  position: absolute;
  top: 6.3px;
  right: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  transform: rotate(135deg);
}

.area-cover-thumbnail .box-cover-title {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 28px;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .article-type-common .title {
    max-height: none !important;
    margin-bottom: 7px;
    font-size: 28px !important;
    font-weight: 400;
    -webkit-line-clamp: unset !important;
  }

  .article-type-common .summary {
    margin-bottom: 7px;
  }
}

/* // article-type-common */
/* article-type-crop */
.article-type-crop {
  margin-bottom: 58px;
}

.article-type-crop .thumbnail {
  height: 460px;
  margin-bottom: 20px;
}

.article-type-crop .link-article {
  display: block;
}

.article-type-crop .title {
  height: auto !important;
  margin-top: -4px;
  -webkit-line-clamp: unset !important;
}

.article-type- .title>img,
.article-type-thumbnail .title>img,
.article-type-resize .title>img,
.article-type-poster .title>img,
.article-type-crop .title>img {
  width: 15px !important;
}

.article-type-crop .summary {
  max-height: 69px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .article-type-crop {
    margin-bottom: 28px;
  }

  .article-type-crop .thumbnail {
    height: auto;
    padding-top: 59.4%;
  }

  .article-type-crop .title {
    margin-bottom: 8px;
  }

  .article-type-crop .summary {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* // article-type-crop */
/* article-type-resize */
.article-type-resize {
  margin-bottom: 57px;
}

.article-type-resize .thumbnail {
  margin-bottom: 20px;
  padding-top: 0;
  background: none;
}

.article-type-resize .thumbnail .img-thumbnail {
  display: block;
  width: 100%;
  height: auto;
}

.article-type-resize .title {
  height: auto !important;
  -webkit-line-clamp: unset !important;
}



.article-type-resize .summary {
  max-height: 69px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .article-type-resize {
    margin-bottom: 28px;
  }

  .article-type-resize .summary {
    font-size: 13px;
    line-height: 1.38;
  }
}

.article-type-,
.article-type-thumbnail {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 28px;
}

.article-type- .thumbnail,
.article-type-thumbnail .thumbnail {
  width: 160px;
  height: 108px;
  margin-left: 40px;
}

.article-type- .article-content,
.article-type-thumbnail .article-content {
  width: 100%;
  padding-top: 4px;
}

.article-type- .title,
.article-type-thumbnail .title {
  word-break: break-all;
  margin-bottom: 5px;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.4 !important;
}

.article-type- .summary,
.article-type-thumbnail .summary {
  max-width: 620px;
  max-height: 40px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.53;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.article-type- .reply,
.article-type-thumbnail .reply {
  display: none;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {

  .article-type-,
  .article-type-thumbnail {
    margin-bottom: 19px;
  }

  .article-type- .thumbnail,
  .article-type-thumbnail .thumbnail {
    width: 80px;
    height: 80px;
    margin-left: 18px;
  }

  .article-type- .article-content,
  .article-type-thumbnail .article-content {
    padding-top: 2px;
  }

  .article-type- .title,
  .article-type-thumbnail .title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.27;
  }

  .article-type- .summary,
  .article-type-thumbnail .summary {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.42;
  }
}

.article-type-poster {
  display: inline-block;
  width: 33%;
  margin-right: 16px;
  margin-bottom: 30px;
  vertical-align: top;
}

.article-type-poster .thumbnail {
  position: relative;
  margin-bottom: 10px;
  padding-top: 132.5%;
}

.article-type-poster .thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.article-type-poster .title {
  width: 95%;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  white-space: initial;
  word-break: keep-all;
}

.article-type-poster .date:before {
  position: relative;
}

.article-type-poster .summary,
.article-type-poster .link-category,
.article-type-poster .reply {
  display: none;
}

/* ----- media query - pc ----- */
@media screen and (min-width: 1061px) {
  .article-type-poster {
    max-width: 200px;
  }

  .wrap-right .area-cover>.article-type-poster:nth-child(3n),
  .wrap-right .area-view>.article-type-poster:nth-child(3n) {
    margin-right: 0;
  }
}

/* ----- media query - tablet ----- */
@media screen and (min-width: 761px) and (max-width: 1060px) {
  .article-type-poster {
    width: calc(33.3% - 13px);
  }

  .article-type-poster:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 760px) {
  .article-type-poster {
    width: calc(50% - 5px);
    max-width: initial;
    margin-right: 6px;

  }

  .article-type-poster:nth-of-type(2n) {
    margin-right: 0;
  }
}


.box-cover-poster {
  margin-bottom: -40px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* ----- media query - pc ----- */
@media screen and (min-width: 1061px) {
  .box-cover-poster {
    white-space: inherit;
  }
}


/* ----- media query - mobile ----- */
@media screen and (max-width: 850px) {
  .box-cover-poster .article-type-poster {
    width: 190px;
    margin-right: 6px;
  }

  .box-cover-poster .article-type-poster .thumbnail {
    width: 190px;
    height: 250px;
    padding-top: 0;
  }
}

/* // article-type-poster */
/* article-type-text */
.article-type-text {
  margin-bottom: 10px;
}

.article-type-text .thumbnail {
  display: none;
}

.article-type-text .title {
  height: auto;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.57;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
}

.article-type-text .date:before {
  position: relative;
}

.article-type-text .summary,
.article-type-text .link-category,
.article-type-text .reply {
  display: none;
}

/* area-cover */
.area-cover {
  margin-bottom: 56px;
}

.area-cover:last-of-type {
  margin-bottom: 0;
}

.area-cover .title-cover {
  margin: 0;
  padding: 0 0 16px 0;
  font-size: 14px;
  color: #333;
}


.area-cover .button-more {
  display: none;
  width: 100%;
  height: 42px;
  background: none;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  color: #777;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.area-cover .article-type-crop:nth-child(n+4) {
  display: none;
}

.area-cover .article-type-resize:nth-child(n+4) {
  display: none;
}



.category-list {
  display: none;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .area-cover {
    margin-bottom: 36px;
  }

  .area-cover .title-cover {
    font-size: 13px;
    font-weight: 500;
    padding: 0 0 11px 0;
  }

  .title-search {
    margin: 10px 0 10px 0;
  }

  .title-search.title-border {
    margin-bottom: 19px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0;
  }
}

/* // area-cover */
/* area-tag */
.area-tag {
  min-height: 350px;
}

.area-tag .title-other {
  margin: 0 0 14px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.area-tag .box-tag a {
  display: inline-block;
  max-width: 100%;
  margin: 0 12px 9px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: #777;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.area-tag .box-tag a:hover {
  font-weight: 600;
  color: #ef402f;
  text-decoration: underline;
}

/* area-view - 상세 페이지 */
/* article-header */
.article-header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 400px;
  margin-left: -50vw;
  padding: 0 20px;
  background-size: cover;
  background-position: 50% 50%;
}

.article-header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.article-header .inner-header {
  max-width: 1020px;
  margin: 0 auto;
  color: #fff;
}

.article-header .box-meta {
  position: absolute;
  bottom: 56px;
  width: 100%;
  max-width: 780px;
  z-index: 2;
}

.article-header .box-meta p {
  margin: 0;
}

.article-header .box-meta .category {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.article-header .title-article {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 0 33px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: keep-all;
}

.article-header .box-info {
  font-size: 13px;
  line-height: 1.54;
  opacity: .7;
}

.article-header .box-info .writer {
  margin-right: 15px;
}

.article-header .box-info .date {
  position: relative;
}

.article-header .box-info .date:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 1060px) {
  .article-header .box-meta {
    bottom: 36px;
  }

  .article-header .box-meta .category {
    font-size: 12px;
    font-weight: 400;
  }

  .article-header .title-article {
    padding-right: 30px;
    font-size: 30px;
  }

  .article-header .box-info {
    font-size: 11px;
    font-weight: 400;
  }

  .article-header .box-info .date:before {
    top: 8px;
  }
}

/* // article-header */
/* article-footer */
.article-footer .title-footer {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1060px) {
  .article-footer .title-footer {
    font-size: 13px;
  }
}

/* // article-footer */
/* article-tag - 상세페이지 태그  */
.article-tag {
  display: flex;
  margin-bottom: 46px;
  padding-bottom: 43px;
  border-bottom: 2px solid #333;
}

.article-tag .title-footer {
  margin-right: 30px;
  padding-top: 8px;
}

.article-tag .box-tag {
  font-size: 0;
}

.article-tag .box-tag a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  font-size: 13px;
  line-height: 1.69;
  color: #777;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.article-tag .box-tag a:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: -10px;
  width: 5px;
  height: 5px;
  background: #fff;
}

.article-tag .box-tag a:hover {
  text-decoration: underline;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .article-tag {
    display: block;
    margin-bottom: 38px;
    padding-bottom: 30px;
  }

  .article-tag .title-footer {
    margin: 0 0 10px 0;
  }

  .article-tag .box-tag a {
    margin: 0 8px 9px 0;
    padding: 3px 10px;
    font-size: 12px;
  }

  .article-tag .box-tag a:after {
    bottom: 4px;
    right: -7px;
  }
}

/* // article-tag */
/* article-page - 상세페이지 이전다음글  */
.article-page {
  margin-bottom: 46px;
  border-bottom: 1px solid #e8e8e8;
}

.article-page .title-footer {
  margin-bottom: 15px;
}

.article-page ul {
  list-style: none;
  margin: 0 0 45px 0;
  padding: 0;
}

.article-page ul li {
  position: relative;
  margin-bottom: 7px;
  padding: 0;
  font-size: 13px;
  line-height: 1.69;
  color: #999;
}

.article-page ul li:nth-child(2) {
  color: #333;
}

.article-page ul li:nth-child(2):after {
  content: ':';
  position: absolute;
  top: 3px;
  left: 45px;
  font-size: 9px;
  opacity: .7;
}

.article-page ul li:last-child {
  margin-bottom: 0;
}

.article-page ul li span {
  padding-right: 23px;
}

.article-page ul li a {
  color: #999;
  text-decoration: none;
}

.article-page ul li a:hover {
  text-decoration: underline;
}

.article-page ul li strong {
  font-weight: 400;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .article-page {
    margin-bottom: 39px;
  }

  .article-page .title-footer {
    margin-bottom: 10px;
  }

  .article-page ul {
    margin: 0 0 36px 0;
  }

  .article-page ul li {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .article-page ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* //article-page - 상세페이지 이전다음글  */
/* article-related - 상세페이지 관련글 */
.article-related {
  margin-bottom: 42px;
}

.article-related a {
  text-decoration: none;
}

.article-related .title-footer {
  margin-bottom: 16px;
}

.article-related .list-related {
  display: flex;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  border: none;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.article-related .item-related {
  width: 33.3%;
}

.article-related .item-related:last-child {
  display: none;
}

.article-related .thumnail {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: 50% 50%;
}

.article-related .link-related {
  display: block;
  margin: 0 10px;
}

.article-related .link-related strong {
  display: block;
  max-height: 40px;
  margin: 0 0 3px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: keep-all;
}

.article-related .date {
  display: block;
  font-size: 12px;
  line-height: 1.83;
  color: #999;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 760px) {
  .article-related {
    margin-bottom: 34px;
  }

  .article-related .title-footer {
    margin-bottom: 11px;
  }

  .article-related .item-related {
    min-width: 145px;
  }

  .article-related .link-related {
    margin: 0 5px;
  }

  .article-related .thumnail {
    margin-bottom: 8px;
  }

  .article-related .link-related strong {
    margin-bottom: 0;
    font-size: 13px;
  }
}

.article-related .thumnail {
  height: auto;
  padding-top: 60%;
}

/* // article-related */
/* article-reply - 상세페이지 댓글*/
.article-reply {
  width: 100%;
  margin-bottom: 32px;
}

.article-reply ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-reply a {
  text-decoration: none;
}

.article-reply .box-total {
  margin: 0 0 3px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 500;
}

.article-reply .box-total a {
  color: #333;
}

.article-reply .box-total span {
  color: #ef402f;
}

.article-reply .tt_more_preview_comments_wrap {
  width: 100%;
  height: 42px;
  margin-top: -14px;
  margin-bottom: 4px;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  font-weight: 400;
  line-height: 39px;
  color: #777;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .article-reply .box-meta strong {
    display: block;
  }

  .article-reply .box-total {
    font-size: 13px;
  }

  .article-reply .tt_more_preview_comments_wrap {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
  }
}

/* area-reply - 상세페이지 댓글*/
.area-reply {
  margin-bottom: 60px;
}


.area-reply .item-reply {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 0 24px 0;
  border-bottom: 1px solid #eee;
}

.area-reply .thumbnail {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50px;
}

.area-reply .box-content {
  width: calc(100% - 64px);
}

.area-reply .box-content .box-meta {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.69;
}

.area-reply .box-content .box-meta strong a {
  font-weight: 400;
  color: #333;
}

.area-reply .box-content .box-meta .date {
  position: relative;
  padding-left: 18px;
  color: #909090;
}

.area-reply .box-content .box-meta .date:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  width: 2px;
  height: 2px;
  background: #c5c5c5;
}

.area-reply .box-content .box-meta .date a {
  position: relative;
  padding-left: 18px;
  color: #909090;
}

.area-reply .box-content .box-meta .date a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  width: 2px;
  height: 2px;
  background: #c5c5c5;
}

.area-reply .box-content .text {
  margin: 0 100px 9px 0;
  font-size: 14px;
  line-height: 1.43;
  color: #777;
  word-break: break-all;
}

.area-reply .list-reply-comment .box-content .text {}

.area-reply .box-content .link-comment {
  font-size: 13px;
  line-height: 1.69;
  color: #909090;
}

.area-reply .box-content .box-modify {
  position: absolute;
  top: 24px;
  right: -9px;
  font-size: 13px;
}

.area-reply .box-content .button-modify {
  width: 20px;
  height: 20px;
  padding: 10px 0 10px 10px;
  background: url(./images/icon-modify.svg) no-repeat;
  background-size: 14px;
  background-position: 50% 50%;
  border: none;
  cursor: pointer;
}

.area-reply .box-content .list-modify {
  display: none;
  position: absolute;
  top: 6px;
  left: -76px;
  width: 80px;
  border: 1px solid #e8e8e8;
}

.area-reply .box-content .list-modify li {
  border-bottom: 1px solid #e8e8e8;
}

.area-reply .box-content .list-modify li:last-child {
  border-bottom: none;
}

.area-reply .box-content .list-modify a {
  display: block;
  line-height: 29px;
  text-align: center;
  color: #333;
  background-color: #fff;
}

.area-reply .list-reply-comment {
  width: 100%;
  margin: 30px 0 -30px 0;
  padding: 40px 0 28px 60px;
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.area-reply .list-reply-comment .item-reply {
  margin-bottom: 28px;
  padding: 0;
  border-bottom: none;
}

.area-reply .list-reply-comment .item-reply:last-child {
  margin-bottom: 0;
}

.area-reply .list-reply-comment .box-modify {
  top: -4px;
  right: 15px;
}

.area-reply .list-reply-other {
  margin-bottom: 20px;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .area-reply {
    margin-bottom: 30px;
  }

  .area-reply .item-reply {
    padding: 25px 0 19px 0;
  }

  .area-reply .thumbnail {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }

  .area-reply .box-content {
    margin-top: -3px;
  }

  .area-reply .box-content .box-meta {
    line-height: 1.59;
  }

  .area-reply .box-content .box-meta strong a {
    font-size: 12px;
  }

  .area-reply .box-content .box-meta .date {
    padding-left: 0;
    font-size: 12px;
  }

  .area-reply .box-content .box-meta .date:before {
    background: none;
    ;
  }

  .area-reply .box-content .text {
    width: 100%;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .area-reply .box-content .list-modify {
    background: #fff;
  }

  .area-reply .list-reply-comment {
    width: 100vw;
    margin: 20px -20px -20px -20px;
    padding: 20px 20px 13px 68px;
  }

  .area-reply .list-reply-comment .box-modify {
    right: -9px;
  }

  .area-reply .list-reply-comment .box-meta {
    margin-top: 6px;
  }
}

/* // area-reply - 상세페이지 댓글*/
/* area-write - 상세페이지 댓글 입력 부분*/
.area-write .box-account {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.area-write .box-account input {
  width: calc(50% - 6px);
  padding: 11px 20px 12px 20px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  color: #999;
}

.area-write .box-account input:hover {
  border-color: #333;
}

.area-write .box-homepage {
  margin-bottom: 12px;
}

.area-write .box-homepage input {
  width: 100%;
  padding: 11px 20px 12px 20px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  color: #999;
}

.area-write .box-homepage input:hover {
  border-color: #333;
}

.area-write .box-textarea {
  margin-bottom: 14px;
}

.area-write .box-textarea textarea {
  width: 100%;
  height: 122px;
  padding: 21px 70px 19px 19px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  color: #999;
}

.area-write .box-textarea textarea:hover {
  border-color: #333;
}

.area-write .box-write {
  display: flex;
  justify-content: space-between;
}

.area-write .box-write .xe-label {
  display: flex;
  position: relative;
  margin-top: 5px;
  min-width: 20px;
  min-height: 20px;
  text-align: left;
  cursor: pointer;
}

.area-write .box-write .xe-label input[type="checkbox"] {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  left: -9999px;
}

.area-write .box-write .xe-label>input[type="checkbox"]+.xe-input-helper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #BEBFC5;
  border-radius: 2px;
}

.area-write .box-write .xe-label>input[type="checkbox"]:checked+.xe-input-helper:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 11px;
  margin-top: -7px;
  margin-left: -3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  content: "";
}

.area-write .box-write .xe-label>input[type="checkbox"]:checked+.xe-input-helper {
  border-color: transparent;
  background-color: #333;
}

.area-write .box-write .xe-label .xe-label-text {
  display: block;
  padding: 3px 0 0 27px;
  font-size: 13px;
  color: #333;
}

.area-write .box-write .btn_register {
  width: 68px;
  height: 30px;
  background: #000;
  border: none;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}

.area-write .box-write .btn_register:hover {
  background: #ef402f;
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .area-write .box-textarea textarea {
    height: 140px;
    font-size: 12px;
  }
}

/* // area-write */
/* area-protected */
.area-protected {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}

.area-protected .text-protected {
  margin: 0 0 21px 0;
  padding-top: 112px;
  background: url(./images/icon-exclamation.svg) no-repeat center top;
  font-size: 18px;
  color: #333;
}

.area-protected .text-protected span {
  font-size: 14px;
  line-height: 2;
  color: #777;
}

.area-protected input {
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  font-size: 13px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
}

.area-protected input:hover, .area-protected input:focus {
  border: 1px solid #333;
}

.area-protected input.active+button {
  background: #333;
  color: #fff;
  cursor: pointer;

}

.area-protected button {
  display: block;
  width: 100%;
  height: 42px;
  background: #ddd;
  border: none;
  font-size: 13px;
}

.article-header-noimg {
  background: none !important;
  background-size: 50% 50% !important;
}

.article-header-protected {
  background: url(./images/icon-exclamation.svg) no-repeat center !important;
  background-size: 50% 50% !important;
}

.title-other {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.article-view {
  margin-bottom: 12px;
  word-break: break-word;
}

.article-view p {
  font-size: 20px !important;
  line-height: 26px;
  color: #222;
}

.article-view h1,
.article-view h2,
.article-view h3,
.article-view h4 {
  margin-bottom: 24px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.87);
}

.article-view h1 {
  font-size: 32px;
  line-height: 1.33;
}

.article-view h2 {
  font-size: 30px !important;
  line-height: 1.38;
}

.article-view h3 {
  font-size: 20px;
  line-height: 1.4;
}

.article-view h4 {
  font-size: 18px;
  line-height: 1.33;
}

.article-view blockquote {
  margin: 0;
  padding-left: 19px;
  border-left: 1px solid;
  font-size: 20px !important;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.54);
}

.article-view ul,
.article-view ol {
  margin: 0;
  padding: 0 0 0 19px;
}

.article-view ul {
  margin-top: 18px;
}

.article-view ul li {
  font-size: 20px !important;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  word-break: break-all;
}

.article-view ol {
  margin-bottom: 32px;
}

.article-view ol li {
  margin-bottom: 6px;
  font-size: 20px !important;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.87);
  word-break: break-all;
}

.article-view table {
  border-collapse: collapse;
}

.article-view table thead tr {
  background: rgba(0, 0, 0, 0.05);
  font-size: 20px !important;
  color: #000;
}

.article-view table tr th,
.article-view table tr td {
  padding: 7px;
}

.article-view pre {
  background: rgba(0, 0, 0, 0.05);
  font-size: 20px !important;
  color: rgba(34, 85, 51, 0.87);
  white-space: pre-wrap;
}

.article-view .cap1 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

.article-view hr {
  margin: 30px 0;
}

.article-view a {
  display: inline-block;
  color: #3d62ce;
}

.article-view a:hover {
  opacity: 0.7;
}

.article-view .moreless_fold span,
.article-view .moreless_top span {
  font-size: 20px !important;
  line-height: 2.5;
}

.article-view .moreless_content {
  padding-top: 40px;
}

.article-view .moreless_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.article-view .moreless_bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.article-view .moreless_bottom span {
  display: none;
}

.article-view .footnote a {
  color: #4167d9 !important;
  text-decoration: none;
}

.article-view .footnotes li {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
}

.article-view .table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.article-view .table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.article-view img {
  max-width: 100%;
}

/* area_view - 유튜브 사이즈 제어 */
@media screen and (max-width: 743px) {
  .article-view iframe {
    width: 100%;
    height: 56vw;
    -ms-height: 56vmax;
  }
}

/* media query - only mobile */
@media screen and (max-width: 768px) {
  .article-view {
    margin-top: 0px;
  }
}


.container_postbtn {
  padding: 43px 0 36px 0 !important;
}

@media screen and (max-width: 1060px) {
  .container_postbtn {
    padding: 36px 0 18px 0 !important;
  }
}

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

  /* 검색리스트 타이틀 간격 */
  #tt-body-tag .title-search {
    font-size: 13px;
  }

  #tt-body-tag .title-search.title-search.title-border {
    padding-bottom: 11px;
  }
}


/* area-search */
.title-search {
  margin: 10px 0 0 0;
  padding-bottom: 14px;
  font-size: 14px;
}

.title-search span {
  color: #ef402f;
}

.title-search.title-border {
  margin-bottom: 29px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.article-title-crop,
.article-title-resize,
.article-title-poster {
  margin-bottom: 0px;
  border-bottom: none;

}


/* 검색 결과 없을때 */
.box-no-search {
  display: none;
  margin-bottom: 40px;
  font-size: 14px;

  color: rgba(51, 51, 51, 0.5);
}

.box-no-search span {
  position: relative;
  display: block;
  padding-left: 7px;
  line-height: 2;
  vertical-align: middle;
}

.box-no-search span:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 2px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

#tt-body-search .type-search {
  display: block;
}

#tt-body-search .title-search .search {
  display: inline !important;
}

#tt-body-category .type-category {
  display: block;
}

#tt-body-tag .type-tag {
  display: block;
}

#tt-body-tag .title-search .tag {
  display: inline !important;
}

#tt-body-archive .type-archive {
  display: block;
}

#tt-body-archive .title-search .search {
  display: inline !important;
}


/* additional style */
#tt-body-archive .archives:before {
  content: "'";
}

#tt-body-archive .archives:after {
  content: "'에 등록된 글";
}

#tt-body-tag .archives:before {
  content: "#";
}

#tt-body-search .archives:before {
  content: "'";
}

#tt-body-search .archives:after {
  content: "'의 검색결과";
}


/* Search box */
.util {
  position: absolute;
  top: 0;
  right: 0;
}

.util .search {
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
}

.util .search input {
  width: 100%;
  padding-bottom: 7px;
  background: url(./images/icon-search.svg) no-repeat 98% 0;
  border: none;
  border-bottom: 2px solid #333;
  font-size: 14px;
  color: #999;
}

.util .search input::placeholder {
  color: #969696;
}

.util .search button {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 20;
  width: 30px;
  height: 30px;
  text-indent: -999em;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff url(./images/ico_package.png) no-repeat -1px -1px;
  vertical-align: top;
  outline: none;
  cursor: pointer;
}



/**-----------------------------
*           SearchBox
*-----------------------------*/

.util.use-sidebar {
  position: initial;
  margin: 0 auto;
  float: none;
  margin: 24px auto;
}

.util.use-sidebar .search {
  float: none;
}

.util.use-top {
  width: 222px;
  margin-top: -6px;
}

.util.use-top .search {
  width: 100%;
}

/* ----- media query - pc ----- */
@media screen and (min-width: 1061px) {
  .util:not(.use-top) {
    display: none
  }

  .wrap-drawer .util.use-sidebar {
    display: block
  }

  .wrap-drawer .util.use-top {
    display: none
  }

  .article-type-poster:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* ----- media query - tablet ----- */
@media screen and (max-width: 1060px) {
  .util:not(.use-sidebar) {
    display: none
  }

  .wrap-drawer .util.use-sidebar {
    display: block
  }

  .wrap-drawer .util.use-top {
    display: none
  }
}

/* ----- media query - mobile ----- */
@media screen and (max-width: 1060px) {
  .util:not(.use-sidebar) {
    display: none
  }

  .wrap-drawer .util.use-sidebar {
    display: block
  }

  .wrap-drawer .util.use-top {
    display: none
  }

  .util.use-sidebar .searchInput {
    font-size: 11px
  }
}



/* ----- 404 페이지 ----- */
.absent_post {
  display: none;
}

.notfoundpage .absent_post {
  display: block;
}

.notfoundpage#tt-body-page.notfoundpage .main {
  padding-top: 39px;
}

.notfoundpage .absent_post:before {
  content: "혹시 다른 글이지 않을까요?";
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.285714285714286;
  color: #555;
  white-space: pre;
  background: url(./images/icon-no-img.svg) no-repeat center !important;
  height: 90px;
  padding-top: 122px;
}

.notfoundpage .absent_post {
  padding: 0px 0px 98px 0 !important;
  background: none !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 1.75;
  color: #999 !important;
}



/* -- 슬로건 섹션, 메뉴, 배너 노출 위치 -- */
/* 공통 */
#tt-body-category.headerslogundisplayon .area-slogun,
#tt-body-search.headerslogundisplayon .area-slogun,
#tt-body-archive.headerslogundisplayon .area-slogun,
#tt-body-tag.headerslogundisplayon .area-slogun,
#tt-body-media.headerslogundisplayon .area-slogun,
#tt-body-location.headerslogundisplayon .area-slogun,
#tt-body-guestbook.headerslogundisplayon .area-slogun,
#tt-body-page.headerslogundisplayon .area-slogun {
  display: none;
}

#tt-body-category.headerbannerdisplayon .area-promotion,
#tt-body-search.headerbannerdisplayon .area-promotion,
#tt-body-archive.headerbannerdisplayon .area-promotion,
#tt-body-tag.headerbannerdisplayon .area-promotion,
#tt-body-media.headerbannerdisplayon .area-promotion,
#tt-body-location.headerbannerdisplayon .area-promotion,
#tt-body-guestbook.headerbannerdisplayon .area-promotion,
#tt-body-page.headerbannerdisplayon .area-promotion {
  display: none;
}



#tt-body-index .main,
#tt-body-category .main,
#tt-body-search .main,
#tt-body-tag .main,
#tt-body-archive .main,
#tt-body-guestbook .main {
  padding-top: 56px;
}


/* ------------------ 2단형 ------------------ */
.wrap-right .title-search {
  margin: 2px 0 0 0;
}

.wrap-right .title-search.article-title-thumbnail {
  margin-bottom: 28px;
}


.use-slogan-wrp .wrap-right .area-slogun.topnavmenu {
  padding-bottom: 0px;
}


/* ------------------ 1단형 ------------------ */
.wrap-drawer .header {
  border: none;
}


#tt-body-page .wrap-drawer .main {
  margin-top: 0px;
}


/* media query - only pc */
@media screen and (min-width: 1061px) {

  .wrap-drawer .header .line-bottom {
    top: 80px;
    display: block;
    width: 100%;
    position: absolute;
    border-bottom: solid 1px #efefef;
  }

  .wrap-drawer .header .area-slogun,
  .wrap-drawer .header .topnavmen {
    margin-top: 0px;
    padding-top: 0px;
  }

  .wrap-drawer .header .area-slogun {
    margin-top: 65px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .wrap-drawer .main {
    margin-top: 56px;
  }
}

/* media query - only mobile */
@media screen and (max-width: 768px) {

  .header .line-bottom {
    display: none;
  }

  .header .area-gnb {
    margin-top: 0px;
  }

  .header .area-gnb .topnavmenu {
    border-bottom: 1px solid #efefef;
  }

  .header .area-slogun {
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #tt-body-tag .main,
  #tt-body-media .main,
  #tt-body-index .main,
  #tt-body-category .main,
  #tt-body-search .main,
  #tt-body-archive .main,
  #tt-body-guestbook .main {
    padding-top: 0px;
    margin-top: 36px;
  }

}

/* ----- media query - pc ----- */
@media screen and (min-width: 1061px) {

  #tt-body-index .wrap-drawer .main,
  #tt-body-category .wrap-drawer .main,
  #tt-body-search .wrap-drawer .main,
  #tt-body-tag .wrap-drawer .main,
  #tt-body-archive .wrap-drawer .main,
  #tt-body-location .wrap-drawer .main,
  #tt-body-guestbook .wrap-drawer .main {
    padding-top: 0;
  }
}


/* ----- media query - tablet ----- */
@media screen and (max-width: 1060px) {

  #tt-body-tag .header,
  #tt-body-media .header,
  #tt-body-search .header,
  #tt-body-location .header,
  #tt-body-guestbook .header,
  #tt-body-archive .header,
  #tt-body-page .header,
  #tt-body-category .header {
    margin-bottom: 0;
  }

  #tt-body-page .header .title-logo,
  #tt-body-category .header .title-logo,
  #tt-body-archive .header .title-logo,
  #tt-body-search .header .title-logo {
    margin: 0;
  }
}



/* no 이미지 */
.not-found-img .thumbnail {
  text-align: center;
}

.not-found-img .img-thumbnail {
  content: url(./images/no-image.jpg);
}




/* --- 보호글 Image & Not found Image --- */
.protected-img .thumbnail {
  background-color: #fafafa;
  background-image: url(./images/icon-exclamation.svg);
  background-repeat: no-repeat;
  background-size: inherit;
}

.protected-img .img-thumbnail {
  content: url(./images/icon-exclamation.svg);
}


.article-type-resize .not-found-img .thumbnail {
  background-image: url(./images/no-image.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.article-type- .protected-img .thumbnail,
.article-type-thumbnail .protected-img .thumbnail {
  background-size: 50%;
}

.article-type-resize .protected-img .thumbnail {
  background-image: none;
  background-color: #fafafa;
  height: 200px;
  line-height: 200px;

}

.article-type-resize .not-found-img:not(.protected-img) .img-thumbnail {
  display: none;
}

.article-type-resize .protected-img .img-thumbnail {
  display: inline-block;
  vertical-align: middle;
}

.article-type-resize .not-found-img:not(.protected-img) .thumbnail,
.article-type-crop .not-found-img .thumbnail {
  height: 200px;
}

.article-type-resize .not-found-img .thumbnail .img-thumbnail {
  width: 77px;
}

.article-type-resize .protected-img .thumbnail .img-thumbnail {
  height: 90px;
}


/* --- 보호글 Form --- */

#tt-body-page.protected-view .article-header,
#tt-body-page.protected-view .area-paging,
#tt-body-page.protected-view .area-aside {
  display: none
}

#tt-body-page.protected-view .area-main {
  max-width: 100%;
}

#tt-body-page.protected-view .article-view {
  margin-bottom: 310px;
}

#tt-body-page.protected-view .main {
  padding-top: 70px;
}

/* -- spinner -- */
.area-paging-more {
  position: relative;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.paging-more-loading {
  color: #fff;
  pointer-events: none;
}

.paging-more-loading:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: spinner .6s linear infinite;
}


/* -- init display none */
.display-none {
  display: none;
}

/* -- category style -- */
.use-category-banner .category-banner-wrp {
  display: block;
}

.use-category-banner .category-banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(58, 58, 58, 0.3);
  z-index: 1;
}


#tt-body-category.use-category-banner #container {
  margin-top: 400px;
}

.use-category-banner .category-banner-wrp {
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  top: -400px;
  left: 0px;
}

.use-category-banner .category-banner {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 11;
}

.use-category-banner .category-banner .category-banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1020px;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}

.use-category-banner .category-banner .category-description-box {
  margin-top: -4px;
}

.use-category-banner .category-banner .category-description-box strong {
  font-weight: bolder;
  width: 760px;
  font-size: 48px;
  font-family: Arial;
  line-height: 1.10;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: keep-all;
}


/* 1단형 카테고리*/
.use-category-banner .wrap-drawer .category-banner .category-banner-inner {
  max-width: 780px;
}



/* ----- media query - pc ----- */
@media screen and (min-width: 1061px) {
  .use-category-banner .wrap-drawer .category-banner-wrp {
    top: -456px;
  }

  #tt-body-category.use-category-banner .wrap-drawer #container {
    margin-top: 456px;
  }

  #tt-body-category.use-slogan-wrp.headerslogundisplayoff.use-category-banner .wrap-drawer #container {
    margin-top: 512px;
  }
}


/* ----- media query - mobile ----- */
@media screen and (max-width: 1061px) {
  #tt-body-category.use-category-banner #container {
    margin-top: 386px;
  }

  .use-category-banner .category-banner-wrp {
    height: 350px;
    top: -386px;
  }

  .use-category-banner .category-banner .category-description-box {
    position: absolute;
    bottom: 40px;
  }

  .use-category-banner .category-banner .category-banner-inner {
    position: relative;
    padding: 0 20px;
  }

  .use-category-banner .category-banner .category-description-box strong {
    width: 270px;
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 30px;
    -webkit-line-clamp: 3;
  }

  .border-none {
    border: none;
  }
}

/* --- 공지 --- */
#tt-body-index.notice-index .area-view .notice-title:first-child {
  display: block;
}


/* --- no-image --- */
.article-type-common.article-type- .thumbnail:not([has-thumbnail]),
.article-type-common.article-type-thumbnail .thumbnail:not([has-thumbnail]) {
  display: none;
}


/* --- 방명록 Header --- */
#tt-body-guestbook .title-search {
  border-bottom: 1px solid #e8e8e8;
}

/* --- Cover Title --- */
.area-cover .title-cover {
  min-height: 32px;
}

.area-cover .title-cover:empty {
  min-height: auto;
  padding-bottom: 0px;
}


@media screen and (min-width: 1061px) {
  .wrap-right .area-cover:first-child .title-cover:empty {
    min-height: 32px;
  }
}


@media screen and (max-width: 760px) {
  .area-cover .box-cover-poster {
    margin-bottom: 0px;
  }

  .area-cover .article-type-poster {
    margin-bottom: 0px;

  }
}


#tt-body-guestbook .area-reply form {
  padding-top: 20px;
}


#tt-body-guestbook .area-reply .list-reply+form {
  padding-top: 0;
}

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

.my_edit .ico_more {
  fill: #fff !important;
}

/* 전체 공통 */
#article-view {
  margin: 0;
  padding: 20px 20px 50px;
  word-wrap: break-word;
  color: #333;
  min-height: 370px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}

.contents_style>* {
  margin: 20px 0 0 0;
}

/* 텍스트 관련 */
#article-view h2[data-ke-size] {
  font-size: 1.62em;
  line-height: 1.46;
}

#article-view h3[data-ke-size] {
  font-size: 1.44em;
  line-height: 1.48;
}

#article-view h4[data-ke-size] {
  font-size: 1.25em;
  line-height: 1.55;
}

#article-view p[data-ke-size='size18'] {
  font-size: 1.12em;
  line-height: 1.67;
}

#article-view p[data-ke-size='size16'] {
  line-height: 1.75;
}

#article-view p[data-ke-size='size14'] {
  font-size: 0.87em;
  line-height: 1.71;
}

#article-view h2,
#article-view h3,
#article-view h4 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #000;
  margin: 1em 0 20px;
}

#article-view p+p, #article-view p {
  margin-bottom: 30px;
}

#article-view h2+h2,
#article-view h3+h3,
#article-view h4+h4 {
  margin: 0;
}

#article-view h2+h3,
#article-view h2+h4,
#article-view h3+h4 {
  margin-top: 10px;
}

#article-view h2+p,
#article-view h3+p,
#article-view h4+p,
#article-view h5+p,
#article-view h6+p {
  margin-top: 10px;
}

#article-view div[data-ke-type='moreLess'] {
  caret-color: auto;
  background-color: #fafafa;
  padding: 20px 20px 22px;
  margin: 20px 0;
  border: 1px dashed #dddddd;
  color: #333333;
}

#article-view a {
  color: #0070d1;
  text-decoration: underline;
}

#article-view figure[data-ke-type='contentSearch'] a {
  text-decoration: none;
}

/* 인용문 */
#article-view blockquote[data-ke-style='style1'] {
  text-align: center;
  background: url(https://t1.daumcdn.net/keditor/dist/0.7.21/image/blockquote-style1.svg) no-repeat 50% 0;
  padding: 34px 0 0 0;
  font-size: 1.12em;
  color: #333;
  line-height: 1.67;
  border: 0 none;
  font-family: "Noto Serif KR";
}

#article-view blockquote[data-ke-style='style2'] {
  border-color: #d0d0d0;
  border-width: 0 0 0 4px;
  border-style: solid;
  padding: 1px 0 0 12px;
  color: #666;
  line-height: 1.75;
  font-size: 1em;
  text-align: left;
}

#article-view blockquote[data-ke-style='style3'] {
  border: 1px solid #dddddd;
  background-color: #fcfcfc;
  text-align: left;
  padding: 21px 25px 20px 25px;
  color: #666;
  font-size: 1em;
  line-height: 1.75;
}

#article-view blockquote {
  display: block;
  margin: 20px auto 0;
  letter-spacing: 0px;
}

/* 첨부: 공통 */

/* 이미지 클릭 관련 - lightbox */
#article-view span[data-lightbox] {
  cursor: pointer;
}

/* 첨부: 파일 */
#article-view figure.fileblock {
  width: 470px;
  height: 73px;
  box-sizing: border-box;
  position: relative;
  border-radius: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 7%);
  border: solid 1px rgba(0, 0, 0, 0.1);
}

#article-view figure.fileblock a {
  display: block;
}

#article-view figure.fileblock .image {
  float: left;
  width: 30px;
  height: 30px;
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  margin: 22px 17px 21px 22px;
  background-position: 0 0;
}

#article-view figure.fileblock .desc {
  position: absolute;
  left: 70px;
  right: 60px;
  top: 4px;
  bottom: 0;
}

#article-view figure.fileblock .filename {
  color: #333333;
  font-size: 14px;
  text-overflow: ellipsis;
  width: 100%;
  height: 20px;
  margin: 16px 0 0;
}

#article-view figure.fileblock .size {
  font-family: Pretendard-Regular;
  font-size: 12px;
  color: #777;
  height: 16px;
}

#article-view figure[data-ke-align=alignCenter].fileblock {
  margin-left: auto;
  margin-right: auto;
}

#article-view figure[data-ke-align=alignRight].fileblock {
  margin-left: auto;
}

#article-view figure.fileblock .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 272px;
  height: 20px;
  display: block;
}

#article-view figure.fileblock a::after {
  content: '';
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  background-position: -40px 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 19px;
}

/* 첨부: 이미지 */
#article-view figure.imageblock {
  display: table;
  position: relative;
}

#article-view figure.imageblock.alignLeft {
  text-align: left;
}

#article-view figure.imageblock.alignCenter {
  margin: 20px auto 0;
  text-align: center;
}

#article-view figure.imageblock.alignRight {
  text-align: right;
  margin-left: auto;
}

#article-view figure.imageblock.floatLeft {
  float: left;
  margin-right: 20px;
}

#article-view figure.imageblock.floatRight {
  float: right;
  margin-left: 20px;
}

#article-view figure.imageblock.widthContent {
  display: block;
}

#article-view figure.imageblock.widthContent img {
  width: 100%;
}

#article-view figure.imageblock.floatLeft figcaption,
#article-view figure.imageblock.floatRight figcaption {
  text-align: left;
}

#article-view figure.imageblock img {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  height: auto;
}

#article-view iframe,
#article-view figure img,
#article-view figure iframe {
  max-width: 100%;
}

#article-view figure img:not([width]),
#article-view figure iframe:not([width]) {
  width: 100%;
}

#article-view figure {
  max-width: 100%;
  clear: both;
}

#article-view figure img {
  display: inline-block;
}

#article-view figure.imagegridblock+figure.imagegridblock,
#article-view figure.imagegridblock+figure.imageblock,
#article-view figure.imageblock+figure.imagegridblock {
  margin-top: 10px;
}

/* 캡션 텍스트 */
#article-view figure figcaption {
  font-size: 13px;
  color: #777;
  word-break: break-word;
  padding-top: 10px;
  min-height: 20px;
  caption-side: bottom;
  text-align: center;
  caret-color: auto;
  width: 100%;
  box-sizing: content-box;
}

/* 첨부: 이미지 그리드 */
#article-view figure.imagegridblock {
  position: relative;
  caret-color: transparent;
  background-color: transparent;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}

#article-view figure.imagegridblock .image-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

#article-view figure.imagegridblock .image-container>span {
  margin-right: 0;
  margin-top: 2px;
}

#article-view figure.imagegridblock img {
  margin: 0;
  height: inherit;
}

#article-view figure.imagegridblock span img {
  width: 100%;
}

hr[data-ke-style],
#article-view hr[data-ke-style] {
  border: none;
  font-size: 0;
  line-height: 0;
  margin: 20px auto;
  background: url(https://t1.daumcdn.net/keditor/dist/0.7.21/image/divider-line.svg);
  background-size: 200px 420px;
  cursor: default !important;
}

hr[data-ke-style='style1'],
#article-view hr[data-ke-style='style1'] {
  background-position: center 0;
  width: 64px;
  height: 4px;
  padding: 20px;
}

hr[data-ke-style='style2'],
#article-view hr[data-ke-style='style2'] {
  background-position: center -48px;
  width: 64px;
  height: 3px;
  padding: 20px;
}

hr[data-ke-style='style3'],
#article-view hr[data-ke-style='style3'] {
  background-position: center -96px;
  width: 64px;
  height: 8px;
  padding: 18px 20px;
}

hr[data-ke-style='style4'],
#article-view hr[data-ke-style='style4'] {
  background-position: center -144px;
  width: 2px;
  height: 60px;
  padding: 0 51px;

}

hr[data-ke-style='style4']+hr[data-ke-style='style4'],
#article-view hr[data-ke-style='style4']+hr[data-ke-style='style4'] {
  margin-top: 0;
}

hr[data-ke-style='style5'],
#article-view hr[data-ke-style='style5'] {
  background-position: center -208px;
  background-repeat: repeat-x;
  height: 2px;
  padding: 21px 0;
}

hr[data-ke-style='style6'],
#article-view hr[data-ke-style='style6'] {
  background-position: center -256px;
  background-repeat: repeat-x;
  height: 2px;
  padding: 21px 0;
}

hr[data-ke-style='style7'],
#article-view hr[data-ke-style='style7'] {
  background-position: center -304px;
  width: 200px;
  height: 19px;
  padding: 18px 20px 17px 20px;
}

hr[data-ke-style='style8'],
#article-view hr[data-ke-style='style8'] {
  background-position: center -362px;
  width: 200px;
  height: 19px;
  padding: 18px 20px 17px 20px;
}

/* 테이블 */
#article-view table[data-ke-style] {
  margin-bottom: 0px;
}

#article-view table {
  border-color: #ddd;
  margin-bottom: 0px;
}

#article-view table tbody tr {
  box-sizing: content-box;
}

#article-view table td {
  word-break: break-word;
  padding: 8px;
  font-size: 15px;
}

#article-view table[data-ke-style='style1'] tr:first-child td {
  border-bottom: 1px solid #6ed3d8;
}

#article-view table[data-ke-style='style2'] tr:first-child td {
  border-bottom: 1px solid #008300;
}

#article-view table[data-ke-style='style3'] tr:first-child td {
  border-bottom: 1px solid #006dbe;
}

#article-view table[data-ke-style='style4'] tr:nth-child(2n) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style5'] tr:nth-child(2n) td {
  background-color: #f8fbfb;
}

#article-view table[data-ke-style='style6'] tr:nth-child(2n) td {
  background-color: #f5f7f5;
}

#article-view table[data-ke-style='style7'] tr:nth-child(2n) td {
  background-color: #f6f8fb;
}

#article-view table[data-ke-style='style8'] tr:first-child td {
  border-bottom: 2px solid #797979;
}

#article-view table[data-ke-style='style8'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style8'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style9'] tr:first-child td {
  border-bottom: 2px solid #6ed3d8;
}

#article-view table[data-ke-style='style9'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style9'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style10'] tr:first-child td {
  border-bottom: 2px solid #008300;
}

#article-view table[data-ke-style='style10'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style10'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style11'] tr:first-child td {
  border-bottom: 2px solid #2780d4;
}

#article-view table[data-ke-style='style11'] {
  border-left: 0 none;
  border-right: 0 none;
}

#article-view table[data-ke-style='style11'] td {
  border-right-color: transparent;
  border-left-color: transparent;
}

#article-view table[data-ke-style='style12'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style12'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style12'] tr:first-child td {
  background-color: #9b9b9b;
  border: 1px solid #888;
  color: #fff;
}

#article-view table[data-ke-style='style13'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style13'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style13'] tr:first-child td {
  background-color: #6ed3d8;
  border: 1px solid #5cbcc1;
  color: #fff;
}

#article-view table[data-ke-style='style14'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style14'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style14'] tr:first-child td {
  background-color: #008300;
  border: 1px solid #006d00;
  color: #fff;
}

#article-view table[data-ke-style='style15'] tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

#article-view table[data-ke-style='style15'] tr td:first-child {
  background-color: #efefef;
}

#article-view table[data-ke-style='style15'] tr:first-child td {
  background-color: #2780d4;
  border: 1px solid #1568b7;
  color: #fff;
}

#article-view table[data-ke-style='style16'],
#article-view table[data-ke-style='style16'] tr,
#article-view table[data-ke-style='style16'] tr td {
  border-color: transparent;
}

/* 오픈 그래프 */
#article-view figure[data-ke-type='opengraph'] {
  margin: 10px 0;
}

#article-view figure[data-ke-type='opengraph'] a {
  box-sizing: initial;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}

#article-view figure[data-ke-type='opengraph'] a:hover {
  opacity: 1;
}

#article-view figure[data-ke-type='opengraph'] div.og-image {
  border-right: solid 1px rgba(0, 0, 0, 0.06);
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
}

#article-view figure[data-ke-type='opengraph'] div.og-image button {
  display: none;
}

#article-view figure[data-ke-type='opengraph']:hover div.og-image button {
  cursor: pointer;
  border: none;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #000;
  width: 15px;
  height: 15px;
}

#article-view figure[data-ke-type='opengraph'] p.og-title {
  color: #000000;
  font-size: 22px;
  padding-bottom: 10px;
  max-width: 467px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  overflow: hidden;
  font-family: Pretendard-Regular;
}

#article-view figure[data-ke-type='opengraph'] .og-desc {
  margin: 0px;
  max-width: 467px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Pretendard-Regular;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #909090;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media (max-width: 600px) {
  #article-view figure[data-ke-type='opengraph'] a {
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] a::before {
    left: 44px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-image {
    width: 90px;
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text {
    padding: 13px 12px 0 20px;
    height: 90px;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-title {
    font-size: 20px !important;
    -webkit-line-clamp: 1;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-desc {
    display: none;
  }

  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-host {
    bottom: 10px;
  }
}

/* 비디오 첨부 */
#article-view figure[data-ke-type='video'] {
  display: block;
  table-layout: fixed;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #bdbdbd;
  font-size: 20px !important;
  line-height: 30px;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignLeft'] {
  text-align: left;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignCenter'] {
  margin: 20px auto 0;
  text-align: center;
}

#article-view figure[data-ke-type='video'][data-ke-style='alignRight'] {
  text-align: right;
  margin-left: auto;
}

#article-view figure[data-ke-type='video'] img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#article-view figure[data-ke-type='video'][data-video-host] iframe {
  margin: 0px;
  display: block;
}

#article-view figure[data-ke-type='video']>iframe[width='0'][height='0'] {
  width: 860px;
  height: 484px;
  max-width: 100%;
}

/* 코드 블럭 */
#article-view pre code.hljs {
  font-size: 14px;
  padding: 20px;
  font-family: SF Mono, Menlo, Consolas, Monaco, monospace;
  border: solid 1px #ebebeb;
  line-height: 1.71;
  overflow: auto;
}

/* 접은 글 */
#article-view .moreless-content :first-child {
  margin-top: 0;
  margin-bottom: 0;
}

#article-view div[data-ke-type='moreLess'] .moreless-content {
  display: none;
}

#article-view div[data-ke-type='moreLess'].open .moreless-content {
  display: block;
}

#article-view div[data-ke-type='moreLess'] .btn-toggle-moreless {
  color: #909090;
  font-size: 20px !important;
  line-height: 26px;
  font-family: Pretendard-Regular, sans-serif;
  cursor: pointer;
  text-decoration: none;
}

/* 리스트 */
#article-view ul li,
#article-view ol li {
  margin: 0 0 3px 22px;
  line-height: 1.7;
}

#article-view ul,
#article-view ol {
  margin: 14px auto 24px;
  padding: 0 0 0 10px;
}

/* 이모티콘 */
#article-view figure[data-ke-type=emoticon][data-ke-align=alignCenter] {
  text-align: center;
}

#article-view figure[data-ke-type=emoticon][data-ke-align=alignLeft] {
  text-align: left;
}

#article-view figure[data-ke-type=emoticon][data-ke-align=alignRight] {
  text-align: right;
}

/* 지도 */
#article-view figure[data-ke-type='map'],
#article-view iframe[data-ke-type='map'] {
  display: block;
  margin: 0 auto;
}

/* 첨부: 이미지 슬라이드 */
#article-view figure.imageslideblock {
  clear: both;
  position: relative;
  font-size: 0;
  outline: 0 none;
}

#article-view figure.imageslideblock .btn {
  display: none;
  outline: none;
}

#article-view figure.imageslideblock.ready .btn {
  display: inline-block;
}

#article-view figure.imageslideblock.ready .mark {
  opacity: 1;
}

#article-view figure.imageslideblock div.image-container {
  position: relative;
  min-width: 480px;
  max-width: 100%;
  min-height: 300px;
  max-height: 860px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

#article-view figure.imageslideblock div.image-container span.image-wrap {
  display: none;
}

#article-view figure.imageslideblock div.image-container span.image-wrap.selected {
  display: inline;
}

#article-view figure.imageslideblock div.image-container img {
  max-width: 100%;
  max-height: 100%;
}

#article-view figure.imageslideblock div.image-container .btn {
  position: absolute;
  border: 0;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -20px;
}

#article-view figure.imageslideblock div.image-container .btn-prev {
  left: 0;
}

#article-view figure.imageslideblock div.image-container .btn-next {
  right: 0;
}

#article-view figure.imageslideblock div.image-container:hover .btn span {
  opacity: 0.3;
}

#article-view figure.imageslideblock div.image-container .btn span {
  background-image: url('https://t1.daumcdn.net/tistory_admin/static/manage/post-editor/img_editor_content.svg');
  text-indent: -10000px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  display: inline-block;
}

#article-view figure.imageslideblock div.image-container .btn:hover span {
  opacity: 1;
}

#article-view figure.imageslideblock div.image-container .btn .ico-prev {
  background-position: -220px 0;
}

#article-view figure.imageslideblock div.image-container .btn .ico-next {
  background-position: -260px 0;
}

#article-view figure.imageslideblock div.mark {
  display: block;
  height: 44px;
  text-align: center;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}

#article-view figure.imageslideblock div.mark span {
  width: 30px;
  height: 4px;
  display: inline-block;
  margin: 20px 1px;
  background-color: #d6d6d6;
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
}

#article-view figure.imageslideblock div.mark span:first-child {
  background-color: #000;
  margin-left: 0;
}

#article-view figure.imageslideblock div.mark span:last-child {
  margin-right: 0;
}

#article-view figure.imageslideblock figcaption {
  text-align: center;
  color: #666;
  font-size: 14px;
}

#article-view figure.imageslideblock.alignLeft {
  text-align: left;
}

#article-view figure.imageslideblock.alignCenter {
  margin: 0 auto 20px;
  text-align: center;
}

#article-view figure.imageslideblock.alignRight {
  text-align: right;
  margin-left: auto;
}

@media (max-width: 600px) {
  #article-view figure.imageslideblock div.image-container {
    min-width: 100%;
    width: 100%;
    max-height: 100%;
  }

  #article-view figure.imageslideblock div.image-container .btn span {
    opacity: 0.3;
  }
}

/* 구 에디터 속성 */
.btn_more, .btn_less {
  border: 0;
  background: transparent;
  display: block;
  height: 21px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 14px;
  color: #888;
  position: relative;
  width: 100%;
  text-align: left;
}

.btn_less::before,
.btn_more::before {
  content: "...";
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
  line-height: 6px;
  vertical-align: top;
}

.box-timeline-content {
  word-break: break-all;
}

.area-aside .box-profile .btn_subscription,
.btn-g {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  padding: 0 23px;
  border-radius: 20px;
  border: 1px solid #D0D0D0;
  font-weight: 400;
  font-size: 13px;
  color: #222;
  line-height: 38px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  -webkit-transition: background-color .1s linear,border-color .1s linear;
  -moz-transition: background-color .1s linear,border-color .1s linear;
  transition: background-color .1s linear,border-color .1s linear;
}

.area-aside .box-profile .btn_subscription:hover,
.btn-g:hover {
  color: #fff;
  background-color: #f54;
  border: 1px solid #f54;
  text-decoration: none;
}

.area-aside .box-profile .btn_subscription:active,
.btn-g:active {
  color: #fff;
  background-color: #cc4436;
  border: 1px solid #cc4436;
  text-decoration: none;
}

.area-aside .box-profile .btn_subscription:not(.following),
.btn-primary {
  border-color: #000;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.group-btn {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.btn_subscription strong {
  display: none;
}

.btn_subscription em {
  font-style: normal;
  font-weight: normal;
}

.area-aside .box-profile {
  border-bottom:20px solid #e8e8e8;
}

.area-aside .box-profile .img-profile {
  margin: 40px 20px 16px;
}

.area-aside .box-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-aside .box-profile .btn_tool + .profile-btn-group.member {
 margin-top: 33px;
}
}


.area-aside .box-profile .profile-btn-group:not(.member) {
  display: none;
}

.area-aside .box-profile .btn-g {
  min-width: 125px;
}

.area-aside .box-profile .btn_subscription:only-of-type {
  width: calc(100% - 40px);
}

.area-aside .box-profile .btn-g + .btn-g {
  margin-left: 10px;
}

.area-aside .box-profile .group-btn {
  padding: 33px 0 40px;
}

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

.cont-empty .tit-g {
  display: block;
  margin-top: 78px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: #000000;
  letter-spacing: -1.2px;
}

.cont-empty .desc-g {
  margin: 9px 0 0 0;
  font-size: 13px;
  line-height: 1.15;
  color: #777;
}

.cont-empty .group-btn {
  margin-top: 30px;
}















---------------------
-------------
-------------
-------------
-------------
/* =========================================================
   TISTORY FINAL LAYOUT CSS
   기준:
   - 프로필/사이드바 폭: 120px
   - 본문 ↔ 프로필 간격: 28px
   - 본문 왼쪽 끝 여백: 28px
   - 프로필 오른쪽 끝 여백: 28px
   적용 위치: 스킨 CSS 맨 아래
========================================================= */

@media screen and (min-width:1061px){

  :root{
    --tf-edge: 28px;
    --tf-gap: 28px;
    --tf-aside: 120px;
    --tf-layout: calc(100vw - (var(--tf-edge) * 2));
    --tf-content: calc(var(--tf-layout) - var(--tf-aside) - var(--tf-gap));
  }

  /* ===============================
     전체 기준폭 통일
     헤더 / 메뉴 / 배너 / 본문 / 푸터
  =============================== */
  .header .inner-header,
  .header .area-gnb,
  .header .area-gnb .topnavmenu,
  .main,
  #tt-body-page .main,
  #footer .inner-footer,
  .area-promotion,
  .area-promotion .inner-promotion{
    width: var(--tf-layout) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* ===============================
     본문 + 프로필 구조
  =============================== */
  .wrap-right .main,
  #tt-body-page .wrap-right .main{
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: var(--tf-gap) !important;
  }

  .area-main,
  #tt-body-page .area-main{
    flex: 0 0 var(--tf-content) !important;
    width: var(--tf-content) !important;
    max-width: var(--tf-content) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .area-view,
  #tt-body-page .area-view{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .area-aside,
  .wrap-right .area-aside,
  #tt-body-page .wrap-right .area-aside{
    flex: 0 0 var(--tf-aside) !important;
    width: var(--tf-aside) !important;
    min-width: var(--tf-aside) !important;
    max-width: var(--tf-aside) !important;
    margin: 32px 0 0 0 !important;
    padding: 0 !important;
  }

  /* ===============================
     상단 정렬
     홈페이지명 왼쪽 / 검색 오른쪽
  =============================== */
  .header .title-logo{
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    margin: 30px 0 !important;
  }

  .header .link_logo{
    max-width: none !important;
    white-space: nowrap !important;
  }

  .util{
    right: 0 !important;
  }

  .util.use-top{
    width: 280px !important;
  }

  .header .tt_category .category_list,
  .header .topnavmenu > ul{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .header .topnavmenu > ul > li,
  .header .tt_category .category_list > li{
    margin-right: 58px !important;
  }

  .header .topnavmenu > ul > li:first-child,
  .header .tt_category .category_list > li:first-child{
    margin-left: 0 !important;
  }

  /* ===============================
     홈 배너
  =============================== */
  .area-promotion{
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .area-promotion .inner-promotion{
    position: relative !important;
    height: 100% !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .area-promotion .box-promotion{
    position: absolute !important;
    top: 36px !important;
    left: 36px !important;
    margin: 0 !important;
    z-index: 2 !important;
  }

  .area-promotion .inner-promotion strong{
    position: static !important;
    margin: 0 !important;
    color: #fff !important;
    text-align: left !important;
    font-size: 42px !important;
    line-height: 1.25 !important;
  }

  /* ===============================
     상세 대표이미지
     본문 폭 100%
  =============================== */
  #tt-body-page .main{
    padding-top: 40px !important;
  }

  #tt-body-page .article-header{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 420px !important;
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  #tt-body-page .article-header .inner-header{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #tt-body-page .article-header .box-meta{
    position: absolute !important;
    top: 36px !important;
    left: 36px !important;
    right: 36px !important;
    bottom: 34px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2 !important;
  }

  #tt-body-page .article-header .box-meta .category{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    font-weight: 700 !important;
  }

  #tt-body-page .article-header .title-article{
    position: absolute !important;
    top: 46px !important;
    left: 0 !important;
    width: 72% !important;
    max-width: 760px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 44px !important;
    line-height: 1.28 !important;
    text-align: left !important;
  }

  #tt-body-page .article-header .box-info{
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: right !important;
  }

  /* ===============================
     푸터
  =============================== */
  #footer .inner-footer{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  #footer .box-site{
    position: static !important;
    margin-left: auto !important;
    right: auto !important;
  }
}

/* =========================================================
   홈 목록
   이미지 오른쪽 / 텍스트 왼쪽
========================================================= */
.article-type-thumbnail,
.article-type-{
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: stretch !important;
  gap: 24px !important;
  position: relative !important;
  margin-bottom: 42px !important;
}

.article-type-thumbnail .thumbnail,
.article-type- .thumbnail{
  width: 330px !important;
  height: 200px !important;
  flex: 0 0 330px !important;
  margin-left: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center center !important;
}

.article-type-thumbnail .thumbnail::after,
.article-type- .thumbnail::after{
  display: none !important;
  content: none !important;
}

.article-type-thumbnail .article-content,
.article-type- .article-content{
  position: relative !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  min-height: 200px !important;
  padding-bottom: 28px !important;
}

/* 제목 주황 + hover */
.article-type-common .title,
.article-type-common .title a,
.article-type-common .title span,
.article-type-common .title *{
  color: #ff7a00 !important;
  text-decoration: none !important;
}

.article-type-common .title{
  font-weight: 500 !important;
}

.article-type-common:hover .title,
.article-type-common:hover .title a,
.article-type-common:hover .title span,
.article-type-common:hover .title *,
.article-type-common .title:hover,
.article-type-common .title:hover a,
.article-type-common .title:hover span,
.article-type-common .title:hover *{
  color: #ff7a00 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

/* 요약 5줄 */
.article-type-common .summary,
.article-type-thumbnail .summary,
.article-type- .summary{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  overflow: hidden !important;
  white-space: normal !important;
  text-overflow: ellipsis !important;
  line-height: 1.6 !important;
  max-height: calc(1.6em * 5) !important;
  color: #777 !important;
  margin-bottom: 0 !important;
}

/* 메타 텍스트 영역 우하단 */
.article-type-thumbnail .article-content .link-category,
.article-type-thumbnail .article-content .date,
.article-type- .article-content .link-category,
.article-type- .article-content .date{
  position: absolute !important;
  bottom: 0 !important;
  font-size: 12px !important;
  color: #999 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.article-type-thumbnail .article-content .link-category,
.article-type- .article-content .link-category{
  right: 78px !important;
}

.article-type-thumbnail .article-content .date,
.article-type- .article-content .date{
  right: 0 !important;
}

/* 메뉴 hover */
@media screen and (min-width:1061px){
  .header .tt_category .category_list > li:hover > a:after,
  .header .topnavmenu > ul > li:hover > a:after{
    display: none !important;
    content: none !important;
  }

  .header .tt_category .category_list > li > a,
  .header .topnavmenu > ul > li > a{
    border-bottom: 1px solid transparent !important;
    padding-bottom: 6px !important;
    color: #222 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
  }

  .header .tt_category .category_list > li:hover > a,
  .header .topnavmenu > ul > li:hover > a{
    border-bottom: 1px solid #ef402f !important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
}

/* N 마크 주황 */
.tt_category img[alt="N"],
.tt_category img[title="N"],
.tt_category img[src*="new"],
.tt_category img[src*="ico_new"],
.tt_category img[src*="icon_new"],
.tt_category img[src*="N.gif"],
.tt_category img[src*="n.gif"],
.area-aside img[alt="N"],
.area-aside img[title="N"],
.area-aside img[src*="new"],
.area-aside img[src*="ico_new"],
.area-aside img[src*="icon_new"],
.area-aside img[src*="N.gif"],
.area-aside img[src*="n.gif"]{
  display: none !important;
}

.tt_category a:has(img[alt="N"])::after,
.tt_category a:has(img[title="N"])::after,
.tt_category a:has(img[src*="new"])::after,
.tt_category li:has(img[alt="N"]) > a::after,
.tt_category li:has(img[title="N"]) > a::after,
.tt_category li:has(img[src*="new"]) > a::after,
.area-aside a:has(img[alt="N"])::after,
.area-aside a:has(img[title="N"])::after,
.area-aside a:has(img[src*="new"])::after,
.area-aside li:has(img[alt="N"]) > a::after,
.area-aside li:has(img[title="N"]) > a::after,
.area-aside li:has(img[src*="new"]) > a::after{
  content: "N" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 13px !important;
  height: 13px !important;
  margin-left: 5px !important;
  border-radius: 3px !important;
  background: #ff7a00 !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  text-decoration: none !important;
}

/* 모바일 보호 */
@media screen and (max-width:1060px){
  .area-main,
  .area-view,
  #tt-body-page .area-main,
  #tt-body-page .area-view{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}

/* =========================================================
   TISTORY VIEWPORT-EDGE FINAL PATCH
   적용 위치: CSS 맨 아래
   목적:
   - 전체 영역을 화면 좌우 28px 기준으로 강제
   - 본문 왼쪽 28px
   - 사이드바 오른쪽 28px
   - 본문-사이드바 간격 28px
   - 남는 공간은 본문이 전부 사용
   - 배너/헤더/메뉴/검색/푸터도 같은 기준
========================================================= */

@media screen and (min-width:1061px){

  :root{
    --tf-edge: 28px;
    --tf-gap: 28px;
    --tf-aside: 300px;       /* 사이드바 전체 폭 */
    --tf-profile-img: 120px; /* 프로필 이미지 크기 */
  }

  /* 기존 중앙 고정폭 무시하고 화면 기준으로 강제 확장 */
  .header .inner-header,
  .header .area-gnb,
  .header .area-gnb .topnavmenu,
  .main,
  #tt-body-page .main,
  #footer .inner-footer,
  .area-promotion,
  .area-promotion .inner-promotion{
    position: relative !important;
    left: 50% !important;
    width: calc(100vw - (var(--tf-edge) * 2)) !important;
    max-width: none !important;
    margin-left: calc(-50vw + var(--tf-edge)) !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* 본문 + 사이드바 전체 구조 */
  .wrap-right .main,
  #tt-body-page .wrap-right .main{
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: var(--tf-gap) !important;
  }

  /* 본문 = 남는 공간 전체 */
  .area-main,
  #tt-body-page .area-main{
    flex: 1 1 auto !important;
    width: calc(100% - var(--tf-aside) - var(--tf-gap)) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .area-view,
  #tt-body-page .area-view{
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 사이드바 = 오른쪽 끝 고정 */
  .area-aside,
  .wrap-right .area-aside,
  #tt-body-page .wrap-right .area-aside{
    flex: 0 0 var(--tf-aside) !important;
    width: var(--tf-aside) !important;
    min-width: var(--tf-aside) !important;
    max-width: var(--tf-aside) !important;
    margin: 32px 0 0 0 !important;
    padding: 0 !important;
  }

  /* 프로필 이미지 120 */
  .area-aside .box-profile .img-profile{
    width: var(--tf-profile-img) !important;
    height: var(--tf-profile-img) !important;
    border-radius: 50% !important;
    object-fit: cover !important;
  }

  /* 홈 배너 = 같은 폭 */
  .area-promotion{
    left: 50% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .area-promotion .inner-promotion{
    height: 100% !important;
  }

  .area-promotion .box-promotion{
    position: absolute !important;
    top: 36px !important;
    left: 36px !important;
    margin: 0 !important;
    z-index: 2 !important;
  }

  .area-promotion .inner-promotion strong{
    color: #fff !important;
    text-align: left !important;
    margin: 0 !important;
  }

  /* 상세 대표이미지 = 본문 폭 */
  #tt-body-page .article-header{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 420px !important;
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* 홈페이지명 왼쪽 / 검색 오른쪽 */
  .header .title-logo{
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    margin: 30px 0 !important;
  }

  .util{
    right: 0 !important;
  }

  /* 메뉴 왼쪽 */
  .header .tt_category .category_list,
  .header .topnavmenu > ul{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* 푸터 왼쪽/오른쪽 */
  #footer .inner-footer{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  #footer .box-site{
    position: static !important;
    margin-left: auto !important;
  }
}

/* 확인용 outline 제거 */
.wrap-right .main,
.area-main,
.area-aside{
  outline: none !important;
}


/* =========================================================
   TISTORY DETAIL PAGE GAP FIX
   적용 위치: 현재 CSS 맨 아래
   목적: 본문 상세페이지에서 배너 높이만큼 생기는 공백 제거
========================================================= */

@media screen and (min-width:1061px){

  /* 상세페이지 기존 470px padding 강제 제거 */
  #tt-body-page #container{
    margin-top: 0 !important;
  }

  #tt-body-page .main,
  #tt-body-page .wrap-right .main,
  #tt-body-page .wrap-drawer .main{
    padding-top: 28px !important;
    margin-top: 0 !important;
  }

  #tt-body-page .area-main,
  #tt-body-page .area-view{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* 상세 대표이미지: 배너처럼 뜨지 않게 본문 흐름 안에 배치 */
  #tt-body-page .article-header{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 420px !important;
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  #tt-body-page .article-header .inner-header{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 상세페이지에서는 홈 배너 공간 비활성 */
  #tt-body-page .area-promotion{
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* =========================================================
   TISTORY FINAL INTEGRATED PATCH 2026-05-03
   적용 위치: 최종 CSS 맨 아래
   목적:
   1) 홈 목록: 제목/요약 영역 유지, 카테고리/날짜 우하단 고정
   2) 목록 hover: 제목에 마우스 올렸을 때만 진하게/밑줄
   3) 상세페이지: 카테고리+제목 좌상단, 작성자+작성일 우하단
   4) 배율 변경 시 레이아웃 깨짐 방지
========================================================= */

/* ===============================
   1. 홈 목록 영역 최종 고정
================================ */
.article-type-thumbnail,
.article-type-{
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: stretch !important;
  gap: 24px !important;
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 42px !important;
}

.article-type-thumbnail .thumbnail,
.article-type- .thumbnail{
  flex: 0 0 330px !important;
  width: 330px !important;
  height: 200px !important;
  max-width: 330px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center center !important;
}

.article-type-thumbnail .article-content,
.article-type- .article-content{
  position: relative !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  min-height: 200px !important;
  padding: 0 0 30px 0 !important;
  box-sizing: border-box !important;
}

/* 제목 + 요약은 좌측 텍스트 영역 안에서만 표시 */
.article-type-common .title{
  display: block !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  color: #ff7a00 !important;
  text-decoration: none !important;
}

.article-type-common .title a,
.article-type-common .title span{
  color: #ff7a00 !important;
  font-weight: inherit !important;
  text-decoration: none !important;
}

.article-type-common .summary,
.article-type-thumbnail .summary,
.article-type- .summary{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  overflow: hidden !important;
  white-space: normal !important;
  text-overflow: ellipsis !important;
  line-height: 1.6 !important;
  max-height: calc(1.6em * 5) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #777 !important;
  text-decoration: none !important;
}

/* 카테고리 + 날짜: 글 목록 텍스트 영역 우하단 고정 */
.article-type-thumbnail .article-content .link-category,
.article-type-thumbnail .article-content .date,
.article-type- .article-content .link-category,
.article-type- .article-content .date{
  position: absolute !important;
  bottom: 0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #999 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  z-index: 3 !important;
}

.article-type-thumbnail .article-content .link-category,
.article-type- .article-content .link-category{
  right: 78px !important;
}

.article-type-thumbnail .article-content .date,
.article-type- .article-content .date{
  right: 0 !important;
}

/* ===============================
   2. 제목 hover 최종 수정
   - 전체 박스 hover 제거
   - 제목에 직접 올렸을 때만 반응
================================ */
.article-type-common:hover .title,
.article-type-common:hover .title a,
.article-type-common:hover .title span,
.article-type-common:hover .title *,
.article-type-thumbnail:hover .title,
.article-type-:hover .title{
  color: #ff7a00 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.article-type-common .summary:hover,
.article-type-thumbnail .summary:hover,
.article-type- .summary:hover,
.article-type-common .thumbnail:hover ~ .article-content .title,
.article-type-thumbnail .thumbnail:hover ~ .article-content .title,
.article-type- .thumbnail:hover ~ .article-content .title{
  font-weight: 500 !important;
  text-decoration: none !important;
}

.article-type-common .title:hover,
.article-type-common .title:hover a,
.article-type-common .title a:hover,
.article-type-common .title span:hover{
  color: #ff7a00 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.article-type-common .title:not(:hover),
.article-type-common .title:not(:hover) a,
.article-type-common .title:not(:hover) span{
  text-decoration: none !important;
}

/* ===============================
   3. 상세페이지 대표이미지 텍스트 최종 배치
   - 카테고리 좌상단
   - 제목 좌상단
   - 작성자/작성일 우하단
================================ */
@media screen and (min-width:1061px){

  #tt-body-page .article-header{
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 420px !important;
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  #tt-body-page .article-header .inner-header{
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #tt-body-page .article-header .box-meta{
    position: absolute !important;
    top: 36px !important;
    left: 36px !important;
    right: 36px !important;
    bottom: 34px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 5 !important;
  }

  #tt-body-page .article-header .box-meta .category{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    z-index: 6 !important;
  }

  #tt-body-page .article-header .title-article{
    position: absolute !important;
    top: 46px !important;
    left: 0 !important;
    width: calc(100% - 72px) !important;
    max-width: 880px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: clamp(32px, 3vw, 44px) !important;
    font-weight: 700 !important;
    line-height: 1.28 !important;
    text-align: left !important;
    z-index: 6 !important;
  }

  #tt-body-page .article-header .box-info{
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: right !important;
    white-space: nowrap !important;
    z-index: 6 !important;
  }

  #tt-body-page .article-header .box-info .date,
  #tt-body-page .article-header .box-info .author,
  #tt-body-page .article-header .box-info span,
  #tt-body-page .article-header .box-info a{
    color: #fff !important;
    text-decoration: none !important;
  }
}

/* ===============================
   4. 메뉴 hover 최종 보호
================================ */
@media screen and (min-width:1061px){
  .header .tt_category .category_list > li > a,
  .header .topnavmenu > ul > li > a{
    border-bottom: 1px solid transparent !important;
    padding-bottom: 6px !important;
    color: #222 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
  }

  .header .tt_category .category_list > li:hover > a,
  .header .topnavmenu > ul > li:hover > a{
    border-bottom: 1px solid #ef402f !important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  .header .tt_category .category_list > li:hover > a:after,
  .header .topnavmenu > ul > li:hover > a:after{
    display: none !important;
    content: none !important;
  }
}

/* ===============================
   5. 모바일 보호
================================ */
@media screen and (max-width:1060px){
  .article-type-thumbnail,
  .article-type-{
    display: block !important;
  }

  .article-type-thumbnail .thumbnail,
  .article-type- .thumbnail{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin-bottom: 14px !important;
  }

  .article-type-thumbnail .article-content,
  .article-type- .article-content{
    min-height: 0 !important;
    padding-bottom: 28px !important;
  }

  #tt-body-page .article-header .box-meta{
    position: absolute !important;
    top: 24px !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
  }
}

/* =========================================================
   TISTORY FINAL FINAL PATCH v2
   적용 위치: CSS 최하단
   목적:
   - 홈 목록 제목/내용/메타 기준선 재정렬
   - 제목 hover는 제목에만 적용
   - 상세 대표이미지 텍스트 위치 유지
========================================================= */

/* ===============================
   A. 홈 목록: 제목/내용 영역 완전 동일 기준
================================ */
.article-type-thumbnail,
.article-type-{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px !important;
  column-gap: 24px !important;
  align-items: start !important;
  position: relative !important;
  width: 100% !important;
  margin: 0 0 42px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.article-type-thumbnail .article-content,
.article-type- .article-content{
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 200px !important;
  margin: 0 !important;
  padding: 0 0 34px 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.article-type-thumbnail .thumbnail,
.article-type- .thumbnail{
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  width: 330px !important;
  max-width: 330px !important;
  height: 200px !important;
  margin: 0 !important;
  flex: none !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center center !important;
}

.article-type-thumbnail .thumbnail img,
.article-type- .thumbnail img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* 제목과 내용은 같은 좌측/우측 기준선을 사용 */
.article-type-common .title,
.article-type-common .title a,
.article-type-common .title span{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  color: #ff7a00 !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  text-decoration: none !important;
}

.article-type-common .summary,
.article-type-thumbnail .summary,
.article-type- .summary{
  display: -webkit-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  overflow: hidden !important;
  white-space: normal !important;
  text-overflow: ellipsis !important;
  color: #777 !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  max-height: calc(1.6em * 5) !important;
  text-align: left !important;
  text-decoration: none !important;
}

/* 카테고리/날짜는 제목+내용 영역의 우하단 기준 */
.article-type-thumbnail .article-content .link-category,
.article-type-thumbnail .article-content .date,
.article-type- .article-content .link-category,
.article-type- .article-content .date{
  position: absolute !important;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #999 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
  text-align: right !important;
  text-decoration: none !important;
  z-index: 5 !important;
}

.article-type-thumbnail .article-content .date,
.article-type- .article-content .date{
  right: 0 !important;
}

.article-type-thumbnail .article-content .link-category,
.article-type- .article-content .link-category{
  right: 92px !important;
}

/* ===============================
   B. 제목 hover: 제목에 직접 올렸을 때만 적용
================================ */
.article-type-common:hover .title,
.article-type-common:hover .title a,
.article-type-common:hover .title span,
.article-type-thumbnail:hover .title,
.article-type-:hover .title,
.article-type-thumbnail:hover .summary,
.article-type-:hover .summary{
  font-weight: 500 !important;
  text-decoration: none !important;
}

.article-type-common .title:hover,
.article-type-common .title:hover a,
.article-type-common .title a:hover,
.article-type-common .title span:hover{
  color: #ff7a00 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.article-type-common .summary:hover,
.article-type-thumbnail .summary:hover,
.article-type- .summary:hover,
.article-type-thumbnail .thumbnail:hover,
.article-type- .thumbnail:hover,
.article-type-thumbnail .article-content .link-category:hover,
.article-type-thumbnail .article-content .date:hover,
.article-type- .article-content .link-category:hover,
.article-type- .article-content .date:hover{
  font-weight: 400 !important;
  text-decoration: none !important;
}

/* ===============================
   C. 상세페이지 대표이미지 텍스트 위치 재고정
================================ */
@media screen and (min-width:1061px){
  #tt-body-page .article-header .box-meta{
    position: absolute !important;
    top: 28px !important;
    left: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #tt-body-page .article-header .box-meta .category{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  #tt-body-page .article-header .title-article{
    position: absolute !important;
    top: 46px !important;
    left: 0 !important;
    right: auto !important;
    width: min(880px, calc(100% - 56px)) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  #tt-body-page .article-header .box-info{
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width:1060px){
  .article-type-thumbnail,
  .article-type-{
    display: block !important;
  }

  .article-type-thumbnail .thumbnail,
  .article-type- .thumbnail{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 0 14px 0 !important;
  }

  .article-type-thumbnail .article-content,
  .article-type- .article-content{
    min-height: 0 !important;
    padding-bottom: 32px !important;
    overflow: visible !important;
  }
}


/* =========================================================
   TISTORY DETAIL META MICRO PATCH
   기준 파일: tistory_Final_FINAL_v2.css
   목적:
   - 상세 대표이미지 작성자/작성일 영역을 기존 위치에서 왼쪽 10px, 위 10px 이동
   - 글자 가독성 강화
   - 기존 레이아웃 구조는 변경하지 않음
========================================================= */

@media screen and (min-width:1061px){

  #tt-body-page .article-header .box-meta .box-info,
  #tt-body-page .article-header .inner-header .box-meta .box-info,
  #tt-body-page .article-header .box-info{
    position: absolute !important;
    right: 15px !important;   /* 기존 right:0 기준 → 왼쪽 10px */
    bottom: 350px !important;  /* 기존 bottom:0 기준 → 위 10px */
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: right !important;
    white-space: nowrap !important;
    z-index: 30 !important;
    text-shadow:
      0 1px 3px rgba(0,0,0,0.95),
      0 0 6px rgba(0,0,0,0.75) !important;
  }

  #tt-body-page .article-header .box-info *,
  #tt-body-page .article-header .box-info a,
  #tt-body-page .article-header .box-info span,
  #tt-body-page .article-header .box-info .author,
  #tt-body-page .article-header .box-info .date{
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-shadow:
      0 1px 3px rgba(0,0,0,0.95),
      0 0 6px rgba(0,0,0,0.75) !important;
  }
}



   - 기존 구조 유지
   - 100vw 기반 밀림 방지: 100% 기준으로 교체
   - 본문/프로필 외곽 테두리 좌우 15px 간격
   - 블로그명 +20px / 메뉴 +40px / 블로그명 주황색 + 잘림 방지
   - 상세페이지 스크롤: 카테고리 - 제목 + 주황 진행률
========================================================= */

html,
body {
  overflow-x: hidden !important;
}

@media screen and (min-width:1061px) {
  :root {
    /* 기존 28px 기준에서 좌우 15px 축소 → 13px */
    --tf-edge: 13px;
    --tf-gap: 28px;
    --tf-aside: 300px;
    --sneru-border-gap-x: 15px;
    --sneru-border-gap-y: 15px;
  }

  /* 1) 전체 기준폭: 100vw 금지, 100% 기준으로 우측 잘림/가로 밀림 차단 */
  .header .inner-header,
  .header .area-gnb,
  .header .area-gnb .topnavmenu,
  .main,
  #tt-body-index .main,
  #tt-body-page .main,
  #tt-body-category .main,
  #tt-body-search .main,
  #tt-body-tag .main,
  #tt-body-archive .main,
  #footer .inner-footer,
  .area-promotion,
  .area-promotion .inner-promotion {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: calc(100% - (var(--tf-edge) * 2)) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  #container {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  /* 2) 홈/본문 공통: 본문+프로필 전체를 하나로 감싸는 외곽 테두리 */
  .wrap-right .main,
  #tt-body-index .wrap-right .main,
  #tt-body-page .wrap-right .main,
  #tt-body-category .wrap-right .main,
  #tt-body-search .wrap-right .main,
  #tt-body-tag .wrap-right .main,
  #tt-body-archive .wrap-right .main {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: var(--tf-gap) !important;
    padding: var(--sneru-border-gap-y) var(--sneru-border-gap-x) !important;
    border: 1px solid rgba(255, 122, 0, 0.38) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  /* 상세페이지 상단 대표이미지 공간은 기존 값 유지 */
  #tt-body-page .wrap-right .main {
    padding-top: 28px !important;
  }

  /* 3) 본문/프로필 폭: 외곽 테두리 안쪽에서만 배치, 밖으로 나가지 않게 고정 */
  .wrap-right .area-main,
  #tt-body-index .area-main,
  #tt-body-page .area-main,
  #tt-body-category .area-main,
  #tt-body-search .area-main,
  #tt-body-tag .area-main,
  #tt-body-archive .area-main {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
  }

  .wrap-right .area-aside,
  #tt-body-index .area-aside,
  #tt-body-page .area-aside,
  #tt-body-category .area-aside,
  #tt-body-search .area-aside,
  #tt-body-tag .area-aside,
  #tt-body-archive .area-aside {
    flex: 0 0 var(--tf-aside) !important;
    width: var(--tf-aside) !important;
    min-width: var(--tf-aside) !important;
    max-width: var(--tf-aside) !important;
    margin: 32px 0 0 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
  }

  .area-view,
  #tt-body-page .area-view,
  #article-view,
  .article-view,
  .area-common,
  .area-cover {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* 4) 배너: 본문 기준폭과 동일하게 양쪽 여백 통일 */
  .area-promotion {
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .area-promotion .inner-promotion {
    width: 100% !important;
  }

  /* 5) 블로그명: 오른쪽 20px 이동 + 주황색 + 잘림 방지 */
  .header .title-logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 30px 0 30px 20px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .header .link_logo,
  .header .link_logo:link,
  .header .link_logo:visited,
  .header .link_logo:hover {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    color: #ff6b00 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  /* 6) 카테고리/메뉴: 오른쪽 40px 이동 */
  .header .topnavmenu > ul,
  .header .tt_category .category_list {
    padding-left: 40px !important;
    margin-left: 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width:1060px) {
  .header .link_logo,
  .header .link_logo:link,
  .header .link_logo:visited,
  .header .link_logo:hover {
    color: #ff6b00 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    max-width: calc(100vw - 80px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

/* 상세페이지 스크롤 고정 프레임 */
.sneru-article-scroll-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.98);
  border-bottom: 1px solid rgba(255,122,0,0.24);
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  z-index: 2147483000;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}

.sneru-article-scroll-frame.is-active {
  opacity: 1;
  transform: translateY(0);
}

.sneru-article-scroll-inner {
  width: calc(100% - 26px);
  margin: 0 auto;
  padding: 8px 0 7px;
  box-sizing: border-box;
}

.sneru-article-scroll-text {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.35;
}

.sneru-article-scroll-category {
  color: #ff6b00;
  font-size: 19px;
  font-weight: 800;
}

.sneru-article-scroll-sep {
  margin: 0 6px;
  color: #777;
  font-size: 15px;
}

.sneru-article-scroll-title {
  color: #222;
  font-size: 15px;
  font-weight: 600;
}

.sneru-article-progress-track {
  width: 100%;
  height: 4px;
  margin-top: 7px;
  background: rgba(255,122,0,0.14);
  border-radius: 999px;
  overflow: hidden;
}

.sneru-article-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: #ff6b00;
  border-radius: 999px;
}

/* =========================
   SNERU FINAL - 제목 확대 / 잘림 방지 / 링크 범위 정리
========================= */

/* 홈 제목 2단계 확대 + 잘림 방지 */
.article-type-common .title {
  font-size: 36px !important;
  line-height: 1.35 !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

.article-type- .title,
.article-type-thumbnail .title {
  font-size: 24px !important;
  line-height: 1.35 !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

.article-type-crop .title,
.article-type-resize .title {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

@media screen and (max-width: 1060px) {
  .article-type-common .title {
    font-size: 28px !important;
    line-height: 1.35 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
  }

  .article-type- .title,
  .article-type-thumbnail .title {
    font-size: 20px !important;
    line-height: 1.35 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
  }
}

/* 카드/행 전체 hover 반응 제거 */
.article-type-common:hover .title,
.article-type-:hover .title,
.article-type-thumbnail:hover .title,
.article-type-crop:hover .title,
.article-type-resize:hover .title,
.article-type-poster:hover .title,
.article-type-text:hover .title {
  text-decoration: none !important;
}

/* 빈 공간 기본 커서 */
.article-type-common,
.article-type-,
.article-type-thumbnail,
.article-type-crop,
.article-type-resize,
.article-type-poster,
.article-type-text,
.article-type-common .article-content,
.article-type- .article-content,
.article-type-thumbnail .article-content,
.article-type-crop .article-content,
.article-type-resize .article-content,
.article-type-poster .article-content,
.article-type-text .article-content {
  cursor: default !important;
}

/* 기존 큰 링크 박스가 남아도 행 전체 링크처럼 보이지 않게 */
.article-type-common .link-article:not(.link-thumbnail),
.article-type- .link-article:not(.link-thumbnail),
.article-type-thumbnail .link-article:not(.link-thumbnail),
.article-type-crop .link-article:not(.link-thumbnail),
.article-type-resize .link-article:not(.link-thumbnail),
.article-type-poster .link-article:not(.link-thumbnail),
.article-type-text .link-article:not(.link-thumbnail) {
  cursor: default !important;
  text-decoration: none !important;
}

/* 제목 링크: 텍스트 위에서만 반응 */
.article-type-common .title .link-title,
.article-type- .title .link-title,
.article-type-thumbnail .title .link-title,
.article-type-crop .title .link-title,
.article-type-resize .title .link-title,
.article-type-poster .title .link-title,
.article-type-text .title .link-title {
  display: inline !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.article-type-common .title .link-title:hover,
.article-type- .title .link-title:hover,
.article-type-thumbnail .title .link-title:hover,
.article-type-crop .title .link-title:hover,
.article-type-resize .title .link-title:hover,
.article-type-poster .title .link-title:hover,
.article-type-text .title .link-title:hover {
  color: #ff6a00 !important;
  text-decoration: underline !important;
}

/* 요약 링크: 링크처럼 보이지 않게 */
.article-type-common .summary .link-summary,
.article-type- .summary .link-summary,
.article-type-thumbnail .summary .link-summary,
.article-type-crop .summary .link-summary,
.article-type-resize .summary .link-summary,
.article-type-poster .summary .link-summary,
.article-type-text .summary .link-summary {
  display: inline !important;
  color: #777 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.article-type-common .summary .link-summary:visited,
.article-type- .summary .link-summary:visited,
.article-type-thumbnail .summary .link-summary:visited,
.article-type-crop .summary .link-summary:visited,
.article-type-resize .summary .link-summary:visited,
.article-type-poster .summary .link-summary:visited,
.article-type-text .summary .link-summary:visited {
  color: #777 !important;
}

.article-type-common .summary .link-summary:hover,
.article-type- .summary .link-summary:hover,
.article-type-thumbnail .summary .link-summary:hover,
.article-type-crop .summary .link-summary:hover,
.article-type-resize .summary .link-summary:hover,
.article-type-poster .summary .link-summary:hover,
.article-type-text .summary .link-summary:hover {
  color: #777 !important;
  text-decoration: none !important;
}

/* 썸네일 링크 */
.link-thumbnail {
  display: inline-block !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.link-thumbnail .thumbnail,
.link-thumbnail .img-thumbnail {
  cursor: pointer !important;
}

.link-thumbnail .thumbnail:hover {
  filter: brightness(0.96) !important;
}

/* 카테고리 링크 hover 빨간색 */
.article-type-common .link-category,
.article-type- .link-category,
.article-type-thumbnail .link-category,
.article-type-crop .link-category,
.article-type-resize .link-category,
.article-type-poster .link-category,
.article-type-text .link-category,
.area-aside .box-category a,
.area-aside .link-sidebar,
.area-aside .box-recent a,
.area-aside .box-tag a,
.area-aside .box-archive a {
  cursor: pointer !important;
  transition: color .15s ease !important;
}

.article-type-common .link-category:hover,
.article-type- .link-category:hover,
.article-type-thumbnail .link-category:hover,
.article-type-crop .link-category:hover,
.article-type-resize .link-category:hover,
.article-type-poster .link-category:hover,
.article-type-text .link-category:hover,
.area-aside .box-category a:hover,
.area-aside .link-sidebar:hover,
.area-aside .box-recent a:hover,
.area-aside .box-tag a:hover,
.area-aside .box-archive a:hover {
  color: #ef402f !important;
  text-decoration: underline !important;
}

/* 날짜는 링크 아님 */
.article-type-common .date,
.article-type- .date,
.article-type-thumbnail .date,
.article-type-crop .date,
.article-type-resize .date,
.article-type-poster .date,
.article-type-text .date {
  cursor: default !important;
}



/* =========================================
   SNERU FINAL TITLE HOVER FIX
   - 목록 제목 행/빈공간 hover 효과 제거
   - 제목 글자 직접 hover 시에만 굵게
   - 밑줄 제거
   - 사이드바 N 전체 제거
========================================= */

/* 1) 글 전체 hover로 제목/요약이 반응하는 기존 스킨 효과 무력화 */
.area-common article:hover .article-content .title,
.area-common article:hover .article-content .title a,
.area-common article:hover .article-content .link-title,
.area-common article:hover .article-content .summary,
.area-common article:hover .article-content .summary a,
.area-common article:hover .article-content .link-summary,
.area-main article:hover .article-content .title,
.area-main article:hover .article-content .title a,
.area-main article:hover .article-content .link-title,
.area-main article:hover .article-content .summary,
.area-main article:hover .article-content .summary a,
.area-main article:hover .article-content .link-summary,
.article-type-common:hover .article-content .title,
.article-type-common:hover .article-content .title a,
.article-type-common:hover .article-content .link-title,
.article-type-common:hover .article-content .summary,
.article-type-common:hover .article-content .summary a,
.article-type-common:hover .article-content .link-summary,
.article-type-thumbnail:hover .article-content .title,
.article-type-thumbnail:hover .article-content .title a,
.article-type-thumbnail:hover .article-content .link-title,
.article-type-thumbnail:hover .article-content .summary,
.article-type-thumbnail:hover .article-content .summary a,
.article-type-thumbnail:hover .article-content .link-summary {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 2) 제목 링크 기본 상태: 행 전체가 아니라 글자만 */
.area-common article .article-content .title,
.area-main article .article-content .title,
.article-content .title {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.area-common article .article-content .title a.link-title,
.area-main article .article-content .title a.link-title,
.article-content .title a.link-title,
.article-content a.link-title {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 3) 제목 행/빈 공간 hover 시 효과 없음 */
.article-content:hover .title a.link-title:not(:hover),
.article-content .title:hover a.link-title:not(:hover),
.area-common article:hover .article-content .title a.link-title:not(:hover),
.area-main article:hover .article-content .title a.link-title:not(:hover) {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 4) 제목 글자 자체 위에 마우스가 올라갔을 때만 굵게 */
.area-common article .article-content .title a.link-title:hover,
.area-main article .article-content .title a.link-title:hover,
.article-content .title a.link-title:hover,
.article-content a.link-title:hover {
  color: #ff6a00 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 5) 요약/본문 hover 효과 완전 제거 */
.article-content .summary,
.article-content .summary *,
.article-content .summary:hover,
.article-content .summary:hover *,
.article-content .link-summary,
.article-content .link-summary:hover {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 6) 왼쪽 목록 날짜 옆 카테고리 점등 */
@keyframes sneruMetaCategoryRedBlinkFinal {
  0%, 100% {
    color: #999999;
    -webkit-text-fill-color: #999999;
    font-weight: 400;
  }

  50% {
    color: #ff0000;
    -webkit-text-fill-color: #ff0000;
    font-weight: 900;
  }
}

.article-content .box-meta .link-category,
.article-type-common .article-content .box-meta .link-category,
.area-common .article-content .box-meta .link-category {
  animation: sneruMetaCategoryRedBlinkFinal 1.05s ease-in-out infinite !important;
}

.article-content .box-meta .link-category:hover,
.article-type-common .article-content .box-meta .link-category:hover,
.area-common .article-content .box-meta .link-category:hover {
  color: #ff0000 !important;
  -webkit-text-fill-color: #ff0000 !important;
  font-weight: 900 !important;
}

/* 7) 사이드바 N 전체 제거 */
.area-aside .box-category .tt_category img,
.area-aside .tt_category img,
.area-aside .box-category .tt_category .ico_new,
.area-aside .box-category .tt_category .img_new,
.area-aside .box-category .tt_category .new,
.area-aside .box-category .tt_category [class*="new"],
.area-aside .box-category .tt_category [class*="ico"],
.area-aside .box-category .tt_category [class*="badge"],
.area-aside .box-category .tt_category .sneru-gray-n-badge {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* 8) 사이드바 링크 스타일 유지 */
.area-aside .box-category .tt_category a,
.area-aside .box-category .tt_category a:link,
.area-aside .box-category .tt_category a:visited {
  color: #777 !important;
  text-decoration: none !important;
}

.area-aside .box-category .tt_category a:hover {
  color: #333 !important;
  text-decoration: none !important;
}


   목적:
   - 목록 본문/요약 영역 hover 시 검정색 변환 차단
   - 목록 전체 링크 hover가 summary/title에 전파되는 현상 차단
   - 제목 글자 위에서만 제목 hover 효과 허용
   적용: 반드시 CSS 최하단 유지
========================================================= */

/* 1) 목록 카드 전체 링크 hover 효과 원천 차단 */
.article-type-common .link-article,
.article-type-common .link-article:link,
.article-type-common .link-article:visited,
.article-type-common .link-article:hover,
.article-type-common .link-article:active,
.article-type-thumbnail .link-article,
.article-type-thumbnail .link-article:link,
.article-type-thumbnail .link-article:visited,
.article-type-thumbnail .link-article:hover,
.article-type-thumbnail .link-article:active,
.article-type- .link-article,
.article-type- .link-article:link,
.article-type- .link-article:visited,
.article-type- .link-article:hover,
.article-type- .link-article:active {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 2) 본문/요약은 어떤 hover 상태에서도 회색 고정 */
.article-type-common .summary,
.article-type-common .summary *,
.article-type-common .summary a,
.article-type-common .summary a:link,
.article-type-common .summary a:visited,
.article-type-common .summary a:hover,
.article-type-common .summary a:active,
.article-type-common:hover .summary,
.article-type-common:hover .summary *,
.article-type-common .link-article:hover .summary,
.article-type-common .link-article:hover .summary *,
.article-type-common .article-content:hover .summary,
.article-type-common .article-content:hover .summary *,
.article-type-thumbnail .summary,
.article-type-thumbnail .summary *,
.article-type-thumbnail .summary a,
.article-type-thumbnail .summary a:link,
.article-type-thumbnail .summary a:visited,
.article-type-thumbnail .summary a:hover,
.article-type-thumbnail .summary a:active,
.article-type-thumbnail:hover .summary,
.article-type-thumbnail:hover .summary *,
.article-type-thumbnail .link-article:hover .summary,
.article-type-thumbnail .link-article:hover .summary *,
.article-type-thumbnail .article-content:hover .summary,
.article-type-thumbnail .article-content:hover .summary *,
.article-type- .summary,
.article-type- .summary *,
.article-type- .summary a,
.article-type- .summary a:link,
.article-type- .summary a:visited,
.article-type- .summary a:hover,
.article-type- .summary a:active,
.article-type-:hover .summary,
.article-type-:hover .summary *,
.article-type- .link-article:hover .summary,
.article-type- .link-article:hover .summary *,
.article-type- .article-content:hover .summary,
.article-type- .article-content:hover .summary * {
  color: #777777 !important;
  -webkit-text-fill-color: #777777 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 3) 제목 기본값: 줄 전체가 아니라 글자 영역 기준 */
.article-type-common .title,
.article-type-thumbnail .title,
.article-type- .title {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  color: #ff7a00 !important;
  -webkit-text-fill-color: #ff7a00 !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.article-type-common .title a,
.article-type-common .title span,
.article-type-thumbnail .title a,
.article-type-thumbnail .title span,
.article-type- .title a,
.article-type- .title span {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  color: #ff7a00 !important;
  -webkit-text-fill-color: #ff7a00 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 4) 제목 아래 요약은 반드시 다음 줄에서 시작 */
.article-type-common .summary,
.article-type-thumbnail .summary,
.article-type- .summary {
  display: -webkit-box !important;
  clear: both !important;
  margin-top: 8px !important;
}

/* 5) 카드/본문/썸네일 hover 시 제목 효과 제거 */
.article-type-common:hover .title,
.article-type-common:hover .title a,
.article-type-common:hover .title span,
.article-type-thumbnail:hover .title,
.article-type-thumbnail:hover .title a,
.article-type-thumbnail:hover .title span,
.article-type-:hover .title,
.article-type-:hover .title a,
.article-type-:hover .title span,
.article-type-common .link-article:hover .title,
.article-type-common .link-article:hover .title a,
.article-type-common .link-article:hover .title span,
.article-type-thumbnail .link-article:hover .title,
.article-type-thumbnail .link-article:hover .title a,
.article-type-thumbnail .link-article:hover .title span,
.article-type- .link-article:hover .title,
.article-type- .link-article:hover .title a,
.article-type- .link-article:hover .title span {
  color: #ff7a00 !important;
  -webkit-text-fill-color: #ff7a00 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 6) 제목 글자 자체 hover에서만 진하게 */
.article-type-common .title:hover,
.article-type-common .title:hover a,
.article-type-common .title a:hover,
.article-type-common .title span:hover,
.article-type-thumbnail .title:hover,
.article-type-thumbnail .title:hover a,
.article-type-thumbnail .title a:hover,
.article-type-thumbnail .title span:hover,
.article-type- .title:hover,
.article-type- .title:hover a,
.article-type- .title a:hover,
.article-type- .title span:hover {
  color: #ff7a00 !important;
  -webkit-text-fill-color: #ff7a00 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 7) 메타 영역은 hover로 검정 변환 금지 */
.article-type-common .article-content .date,
.article-type-common .article-content .date:hover,
.article-type-common:hover .article-content .date,
.article-type-common .link-article:hover .date,
.article-type-thumbnail .article-content .date,
.article-type-thumbnail .article-content .date:hover,
.article-type-thumbnail:hover .article-content .date,
.article-type-thumbnail .link-article:hover .date,
.article-type- .article-content .date,
.article-type- .article-content .date:hover,
.article-type-:hover .article-content .date,
.article-type- .link-article:hover .date {
  color: #999999 !important;
  -webkit-text-fill-color: #999999 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

/* =========================================================
   SNERU FINAL CLEAN FIX
   - 상세페이지 파란 pill 완전 제거
   - 상세 검은박스: 카테고리+제목 기준 25px padding, 높이 자동
   - 목록: MS Office/Excel/Word 계열만 좌측 하단 pill 표시
   - 목록: 우측 하단 카테고리 + 날짜 유지
   - 썸네일/사이드바/프로필 크기 변경 금지
========================================================= */

/* 상세페이지: hero pill 잔존물 완전 차단 */
#tt-body-page .article-header .sneru-biz-link,
#tt-body-page .article-header .sneru-hero-biz-link,
#tt-body-page .article-header .sneru-hero-meta-line .sneru-biz-link {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* 상세페이지 검은박스 복구 */
#tt-body-page .article-header .box-meta {
  width: auto !important;
  max-width: min(820px, calc(100vw - 96px)) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 25px !important;
  box-sizing: border-box !important;

  background: rgba(0,0,0,.60) !important;
  border: 1px solid rgba(0,0,0,.60) !important;
  border-color: rgba(0,0,0,.60) !important;
  border-radius: 14px !important;
  outline: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
}

#tt-body-page .article-header .box-meta::before,
#tt-body-page .article-header .box-meta::after {
  display: none !important;
  content: none !important;
}

#tt-body-page .article-header .box-meta .category {
  position: static !important;
  display: block !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#tt-body-page .article-header .title-article {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: keep-all !important;
}

#tt-body-page .article-header .box-info {
  display: none !important;
}

/* 목록 메타: 목록 화면만 적용 */
@media screen and (min-width:1061px) {
  #tt-body-index .article-type-common .article-content,
  #tt-body-category .article-type-common .article-content,
  #tt-body-search .article-type-common .article-content,
  #tt-body-tag .article-type-common .article-content {
    position: relative !important;
    padding-bottom: 42px !important;
    box-sizing: border-box !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta,
  #tt-body-category .article-type-common .article-content .box-meta,
  #tt-body-search .article-type-common .article-content .box-meta,
  #tt-body-tag .article-type-common .article-content .box-meta {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 30 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;

    width: 100% !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .sneru-biz-link[hidden],
  #tt-body-category .article-type-common .article-content .box-meta > .sneru-biz-link[hidden],
  #tt-body-search .article-type-common .article-content .box-meta > .sneru-biz-link[hidden],
  #tt-body-tag .article-type-common .article-content .box-meta > .sneru-biz-link[hidden] {
    display: none !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .sneru-biz-link:not([hidden]),
  #tt-body-category .article-type-common .article-content .box-meta > .sneru-biz-link:not([hidden]),
  #tt-body-search .article-type-common .article-content .box-meta > .sneru-biz-link:not([hidden]),
  #tt-body-tag .article-type-common .article-content .box-meta > .sneru-biz-link:not([hidden]) {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 1 auto !important;
    max-width: 360px !important;
    height: 22px !important;

    margin: 0 !important;
    padding: 2px 10px !important;

    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: #1267e3 !important;
    border: 1px solid rgba(255,255,255,.75) !important;
    border-radius: 999px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.18) !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;

    transform: none !important;
    animation: none !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .sneru-meta-right,
  #tt-body-category .article-type-common .article-content .box-meta > .sneru-meta-right,
  #tt-body-search .article-type-common .article-content .box-meta > .sneru-meta-right,
  #tt-body-tag .article-type-common .article-content .box-meta > .sneru-meta-right {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;

    flex: 0 1 auto !important;
    max-width: 55% !important;
    margin-left: auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .sneru-meta-right > .link-category,
  #tt-body-category .article-type-common .article-content .box-meta > .sneru-meta-right > .link-category,
  #tt-body-search .article-type-common .article-content .box-meta > .sneru-meta-right > .link-category,
  #tt-body-tag .article-type-common .article-content .box-meta > .sneru-meta-right > .link-category {
    position: static !important;
    display: inline-block !important;

    flex: 0 1 auto !important;
    max-width: 260px !important;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    font-size: 12px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transform: none !important;

    animation: sneruMetaCategoryRedBlinkFinal 1.05s ease-in-out infinite !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .sneru-meta-right > .date,
  #tt-body-category .article-type-common .article-content .box-meta > .sneru-meta-right > .date,
  #tt-body-search .article-type-common .article-content .box-meta > .sneru-meta-right > .date,
  #tt-body-tag .article-type-common .article-content .box-meta > .sneru-meta-right > .date {
    position: static !important;
    display: inline-block !important;

    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;

    color: #999 !important;
    -webkit-text-fill-color: #999 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    white-space: nowrap !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .sneru-meta-right > .date:before,
  #tt-body-category .article-type-common .article-content .box-meta > .sneru-meta-right > .date:before,
  #tt-body-search .article-type-common .article-content .box-meta > .sneru-meta-right > .date:before,
  #tt-body-tag .article-type-common .article-content .box-meta > .sneru-meta-right > .date:before {
    top: 9px !important;
    left: -8px !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .sneru-meta-right > .reply,
  #tt-body-category .article-type-common .article-content .box-meta > .sneru-meta-right > .reply,
  #tt-body-search .article-type-common .article-content .box-meta > .sneru-meta-right > .reply,
  #tt-body-tag .article-type-common .article-content .box-meta > .sneru-meta-right > .reply {
    display: none !important;
  }
}

@media screen and (max-width:1060px) {
  .article-type-common .article-content .box-meta > .sneru-biz-link {
    display: none !important;
  }

  #tt-body-page .article-header .box-meta {
    padding: 18px !important;
    background: rgba(0,0,0,.60) !important;
    border: 1px solid rgba(0,0,0,.60) !important;
    border-color: rgba(0,0,0,.60) !important;
    box-shadow: none !important;
  }
}

/* ========== END SNERU FINAL CLEAN FIX ========== */

/* =========================================================
   SNERU FINAL OVERRIDE - 본문 좌우 여백 70px / 상세 박스 30px
   - PC: 브라우저 좌측끝 ↔ 본문 시작 70px
   - PC: 사이드바 끝 ↔ 브라우저 우측끝 70px
   - PC: 배너/목록/썸네일은 변경된 본문 폭 기준으로 재정렬
   - 상세 검은 박스 내부 offset: 30px
========================================================= */
@media screen and (min-width: 1061px) {
  /* 전체 본문+사이드바 프레임: 좌우 70px 고정 */
  .wrap-right .main,
  #tt-body-index .wrap-right .main,
  #tt-body-category .wrap-right .main,
  #tt-body-search .wrap-right .main,
  #tt-body-tag .wrap-right .main,
  #tt-body-archive .wrap-right .main,
  #tt-body-page .wrap-right .main {
    width: calc(100vw - 140px) !important;
    max-width: calc(100vw - 140px) !important;
    margin-left: 70px !important;
    margin-right: 70px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    box-sizing: border-box !important;
  }

  /* 본문은 남는 폭을 자동으로 채움 */
  .wrap-right .area-main,
  #tt-body-index .wrap-right .area-main,
  #tt-body-category .wrap-right .area-main,
  #tt-body-search .wrap-right .area-main,
  #tt-body-tag .wrap-right .area-main,
  #tt-body-archive .wrap-right .area-main,
  #tt-body-page .wrap-right .area-main {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  /* 사이드바는 우측 70px 기준을 깨지 않도록 고정 */
  .wrap-right .area-aside {
    flex: 0 0 300px !important;
    width: 300px !important;
    max-width: 300px !important;
    margin: 32px 0 0 80px !important;
    box-sizing: border-box !important;
  }

  /* 배너는 본문 폭 안에서만 움직이게 수정 */
  .wrap-right .area-main .area-promotion {
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  .wrap-right .area-main .area-promotion .inner-promotion {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .wrap-right .area-main .area-promotion .box-promotion,
  .wrap-right .area-main .area-promotion .inner-promotion strong {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 목록/본문 썸네일·이미지는 변경된 본문 폭 기준 */
  .wrap-right .area-main .article-type-common,
  .wrap-right .area-main .article-type-crop,
  .wrap-right .area-main .article-type-resize,
  .wrap-right .area-main .article-type-thumbnail,
  .wrap-right .area-main .article-type-,
  .wrap-right .area-main .area-view,
  .wrap-right .area-main .article-view {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .wrap-right .area-main .thumbnail,
  .wrap-right .area-main .img-thumbnail,
  .wrap-right .area-main .article-view img,
  #tt-body-page .area-view img {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
}

/* 상세페이지 검은 박스: 글자 기준 offset 30px */
#tt-body-page .article-header .box-meta {
  padding: 30px !important;
  max-width: min(820px, calc(100vw - 140px)) !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1060px) {
  #tt-body-page .article-header .box-meta {
    padding: 22px !important;
  }
}

/* ========== END SNERU FINAL OVERRIDE ========== */

/* =========================================================
   SNERU CONSOLIDATED FINAL PATCH
   - 사이드바 hover 복구
   - 썸네일 어두움 제거
   - 우측 하단 점 버튼 숨김
   - 본문 썸네일 메타 복구
   ========================================================= */

/* 1) 배너/썸네일 전체 어둡게 만드는 오버레이 제거 */
.area-promotion:before,
.article-header:before {
  display: none !important;
  content: none !important;
  background: transparent !important;
}

/* 2) 썸네일 밝기 강제 복구 */
.area-promotion,
.article-header,
.article-type-thumbnail .thumbnail,
.article-type- .thumbnail,
.article-type-common .thumbnail,
.article-type-crop .thumbnail,
.article-type-resize .thumbnail {
  filter: brightness(1) !important;
}

/* 3) 우측 하단 티스토리 수정/관리 점 버튼 숨김 */
.btn_menu_toolbar,
#menubar_wrapper,
.menubar,
.tistorytoolbar,
.tistory-toolbar,
.toolbar_rc,
[data-tiara-layer="toolbar"],
iframe[src*="menubar"],
iframe[src*="toolbar"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 4) 본문 글목록 썸네일 카드 메타 복구 */
.article-type-common .article-content {
  overflow: visible !important;
}

.article-type-common .article-content .box-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 24px !important;
  margin-top: 14px !important;
  z-index: 100 !important;
  overflow: visible !important;
}

.article-type-common .article-content .box-meta .sneru-meta-right {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-left: auto !important;
  white-space: nowrap !important;
  z-index: 110 !important;
}

.article-type-common .article-content .box-meta .link-category,
.article-type-common .article-content .box-meta .date,
.article-type-common .article-content .box-meta .reply {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
}

/* 5) 사이드바 hover/클릭 영역 복구 */
/* 기본: 사이드바 링크 밑줄 및 가상선 제거 */
.area-aside a,
.area-aside a:hover,
.area-aside a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside a::before,
.area-aside a::after,
.area-aside a:hover::before,
.area-aside a:hover::after,
.area-aside li:hover a::before,
.area-aside li:hover a::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* 카테고리: 같은 행 전체가 아니라 텍스트 위에서만 링크/굵게 */
.area-aside .box-category .tt_category a,
.area-aside .box-category .tt_category .link_tit,
.area-aside .box-category .tt_category .link_item,
.area-aside .box-category .tt_category .link_sub_item {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-category .tt_category .link_tit:hover,
.area-aside .box-category .tt_category .link_item:hover,
.area-aside .box-category .tt_category .link_sub_item:hover {
  font-weight: 700 !important;
  color: #333 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* 최신글/인기글: 빨간 밑줄 제거, 제목 텍스트만 굵게 */
.area-aside .box-recent .list-recent .link-recent {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-recent .list-recent .link-recent:hover,
.area-aside .box-recent .list-recent .link-recent:hover * {
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-recent .list-recent .box-recent {
  width: auto !important;
}

.area-aside .box-recent .list-recent .box-recent strong {
  display: inline !important;
}

.area-aside .box-recent .list-recent .box-recent strong:hover {
  font-weight: 700 !important;
  color: #333 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-recent .list-recent .box-recent span:hover {
  font-weight: 400 !important;
  color: #999 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Archives: 텍스트 위에서만 링크/굵게 */
.area-aside .box-archive a,
.area-aside .box-archives a,
.area-aside .box-calendar a,
.area-aside [class*="archive"] a {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-archive a:hover,
.area-aside .box-archives a:hover,
.area-aside .box-calendar a:hover,
.area-aside [class*="archive"] a:hover {
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* 최근댓글: 같은 행 전체 클릭 방지, 댓글 내용만 굵게 */
.area-aside .box-reply .link-sidebar {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-reply .link-sidebar strong {
  display: inline !important;
}

.area-aside .box-reply .link-sidebar p,
.area-aside .box-reply .link-sidebar span {
  display: block !important;
}

.area-aside .box-reply .link-sidebar:hover,
.area-aside .box-reply .link-sidebar:hover * {
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-reply .link-sidebar strong:hover {
  font-weight: 700 !important;
  color: #333 !important;
}

.area-aside .box-reply .link-sidebar p:hover,
.area-aside .box-reply .link-sidebar span:hover {
  font-weight: 400 !important;
  color: #999 !important;
}

/* 사이드바 태그도 행 전체 클릭 방지 */
.area-aside .box-tag a {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* ========== SNERU CONSOLIDATED FINAL PATCH END ========== */

/* =========================================================
   SNERU REPLY SIDEBAR FINAL CLICK FIX
   - 최근댓글: 같은 행 hover/click 완전 차단
   - 댓글 내용 텍스트 위에서만 링크/굵게/강조
   - 작성자명 hover 효과 제거
   ========================================================= */

/* 최근댓글 a 태그 자체는 행 클릭/행 hover를 받지 않게 차단 */
.area-aside .box-reply .link-sidebar,
.area-aside .box-reply .link-sidebar:hover,
.area-aside .box-reply .link-sidebar:focus {
  display: block !important;
  width: auto !important;
  max-width: none !important;

  color: #777 !important;
  text-decoration: none !important;
  border-bottom: none !important;

  pointer-events: none !important;
  cursor: default !important;
}

/* 최근댓글 내부 전체 기본 효과 제거 */
.area-aside .box-reply .link-sidebar *,
.area-aside .box-reply .link-sidebar:hover *,
.area-aside .box-reply .link-sidebar:focus * {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* 댓글 내용 strong만 실제 링크 가능 */
.area-aside .box-reply .link-sidebar strong {
  display: inline !important;

  color: #777 !important;
  font-weight: 400 !important;
  line-height: 1.54 !important;

  pointer-events: auto !important;
  cursor: pointer !important;
}

/* 댓글 내용 텍스트 위에 올렸을 때만 강조 */
.area-aside .box-reply .link-sidebar strong:hover {
  color: #333 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* 작성자/블로그명은 hover, 클릭, 강조 없음 */
.area-aside .box-reply .link-sidebar p,
.area-aside .box-reply .link-sidebar span {
  display: block !important;

  color: #999 !important;
  font-weight: 400 !important;

  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* 행 hover에서 빨간색/밑줄/굵기 튀는 것 강제 차단 */
.area-aside .box-reply li:hover,
.area-aside .box-reply .item-sidebar:hover,
.area-aside .box-reply .link-sidebar:hover {
  color: #777 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-reply li:hover p,
.area-aside .box-reply li:hover span {
  color: #999 !important;
  font-weight: 400 !important;
}

.area-aside .box-reply li:hover strong:not(:hover) {
  color: #777 !important;
  font-weight: 400 !important;
}

/* 최근댓글 가상선 제거 */
.area-aside .box-reply .link-sidebar::before,
.area-aside .box-reply .link-sidebar::after,
.area-aside .box-reply .link-sidebar:hover::before,
.area-aside .box-reply .link-sidebar:hover::after,
.area-aside .box-reply li:hover .link-sidebar::before,
.area-aside .box-reply li:hover .link-sidebar::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* ========== SNERU REPLY SIDEBAR FINAL CLICK FIX END ========== */

/* =========================================================
   SNERU RECENT POSTS FINAL CLICK FIX
   - 최근글/인기글: 같은 행 hover/click 차단
   - 제목 텍스트 위에서만 링크/굵게
   - 날짜/빈공간 hover 효과 제거
   ========================================================= */

.area-aside .box-recent .list-recent .link-recent,
.area-aside .box-recent .list-recent .link-recent:hover,
.area-aside .box-recent .list-recent .link-recent:focus {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  text-decoration: none !important;
  border-bottom: none !important;
  pointer-events: none !important;
  cursor: default !important;
}

.area-aside .box-recent .list-recent .thumbnail,
.area-aside .box-recent .list-recent .thumbnail:hover {
  pointer-events: none !important;
  cursor: default !important;
}

.area-aside .box-recent .list-recent .box-recent {
  width: auto !important;
  max-width: max-content !important;
  pointer-events: none !important;
  cursor: default !important;
}

.area-aside .box-recent .list-recent .box-recent strong {
  display: inline !important;
  color: #333 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.area-aside .box-recent .list-recent .box-recent strong:hover {
  color: #333 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-recent .list-recent .box-recent span,
.area-aside .box-recent .list-recent .box-recent span:hover {
  display: block !important;
  color: #999 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  pointer-events: none !important;
  cursor: default !important;
}

.area-aside .box-recent .list-recent li:hover,
.area-aside .box-recent .list-recent li:hover .link-recent,
.area-aside .box-recent .list-recent li:hover .box-recent,
.area-aside .box-recent .list-recent li:hover .box-recent span,
.area-aside .box-recent .list-recent li:hover .box-recent strong:not(:hover) {
  color: inherit !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.area-aside .box-recent .list-recent .link-recent::before,
.area-aside .box-recent .list-recent .link-recent::after,
.area-aside .box-recent .list-recent .link-recent:hover::before,
.area-aside .box-recent .list-recent .link-recent:hover::after,
.area-aside .box-recent .list-recent li:hover .link-recent::before,
.area-aside .box-recent .list-recent li:hover .link-recent::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* ========== SNERU RECENT POSTS FINAL CLICK FIX END ========== */


/* ===== SNERU TOTAL FINAL PATCH : GOOGLE ANNO BADGE MOVE + SIDEBAR THUMBNAIL ===== */

/* 본문 목록: 기존 카테고리/날짜/댓글 위치 유지 */
.article-type-common .article-content{
  position:relative !important;
  padding-bottom:42px !important;
}

.article-type-common .box-meta{
  position:relative !important;
}

.article-type-common .box-meta .sneru-meta-right{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:10px !important;
  margin-left:auto !important;
}

.article-type-common .box-meta .link-category,
.article-type-common .box-meta .date,
.article-type-common .box-meta .reply{
  position:static !important;
}

/* Google 원본 파란 배지(google-anno)만 왼쪽 하단으로 이동 */
.article-type-common .article-content > .google-anno-sc.sneru-google-anno-badge-moved{
  position:absolute !important;
  left:0 !important;
  bottom:6px !important;
  z-index:20 !important;
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
  max-width:max-content !important;
  margin:0 !important;
}

/* 사이드바 최근글/인기글 썸네일: 인기글 마지막 썸네일 기준으로 가로 확장 */
.area-aside .box-recent .list-recent .link-recent{
  display:flex !important;
  align-items:flex-start !important;
  width:100% !important;
  gap:12px !important;
}

.area-aside .box-recent .list-recent .thumbnail{
  width:96px !important;
  height:64px !important;
  margin:0 !important;
  border-radius:8px !important;
  background-size:cover !important;
  background-position:center center !important;
  flex:0 0 96px !important;
}

.area-aside .box-recent .list-recent .thumbnail + .box-recent{
  width:calc(100% - 108px) !important;
  flex:1 1 auto !important;
  min-width:0 !important;
}

/* =========================================================
   SNERU FINAL TOTAL FIX
   - 목록 왼쪽 단독 점 제거
   - 날짜/댓글 앞 구분점 제거
   - Google 파란 배지: 있으면 왼쪽, 카테고리/날짜는 오른쪽
========================================================= */

.article-type-common .date:before,
.article-type-common .reply:before,
.article-type-common .article-content .box-meta > .sneru-meta-right > .date:before,
.article-type-common .article-content .box-meta > .sneru-meta-right > .reply:before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

@media screen and (min-width:1061px) {
  #tt-body-index .article-type-common .article-content,
  #tt-body-category .article-type-common .article-content,
  #tt-body-search .article-type-common .article-content,
  #tt-body-tag .article-type-common .article-content {
    position: relative !important;
    padding-bottom: 42px !important;
    box-sizing: border-box !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta,
  #tt-body-category .article-type-common .article-content .box-meta,
  #tt-body-search .article-type-common .article-content .box-meta,
  #tt-body-tag .article-type-common .article-content .box-meta {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 30 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .google-anno-sc.sneru-google-anno-badge-moved,
  #tt-body-category .article-type-common .article-content .box-meta > .google-anno-sc.sneru-google-anno-badge-moved,
  #tt-body-search .article-type-common .article-content .box-meta > .google-anno-sc.sneru-google-anno-badge-moved,
  #tt-body-tag .article-type-common .article-content .box-meta > .google-anno-sc.sneru-google-anno-badge-moved {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 1 auto !important;
    max-width: 420px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transform: none !important;
    animation: none !important;
    z-index: 50 !important;
  }

  #tt-body-index .article-type-common .article-content .box-meta > .sneru-meta-right,
  #tt-body-category .article-type-common .article-content .box-meta > .sneru-meta-right,
  #tt-body-search .article-type-common .article-content .box-meta > .sneru-meta-right,
  #tt-body-tag .article-type-common .article-content .box-meta > .sneru-meta-right {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width:1060px) {
  .article-type-common .article-content .box-meta > .google-anno-sc.sneru-google-anno-badge-moved {
    display: none !important;
  }
}

/* ===== END SNERU FINAL TOTAL FIX ===== */


/* =========================================================
   SNERU FINAL - 티스토리 본문 편집 메뉴 복구 TOTAL
   기준 파일: CSS_테두리 포함_최종_6차.css
   목적:
   - 기존 .box-info 숨김 유지
   - [##_s_ad_isolation_##] 관리자 메뉴를 별도 영역으로 분리
   - 상세 본문 상단 우측 편집/비공개/삭제 메뉴 표시
========================================================= */

#tt-body-page .article-header,
#tt-body-page .article-header .inner-header,
#tt-body-page .article-header .box-meta {
  overflow: visible !important;
}

#tt-body-page .article-header .sneru-admin-recovery {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

#tt-body-page .article-header .sneru-admin-recovery *,
#tt-body-page .article-header .sneru-admin-recovery a,
#tt-body-page .article-header .sneru-admin-recovery button,
#tt-body-page .article-header .sneru-admin-recovery ul,
#tt-body-page .article-header .sneru-admin-recovery li {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#tt-body-page .article-header .sneru-admin-recovery .admin,
#tt-body-page .article-header .sneru-admin-recovery .postbtn,
#tt-body-page .article-header .sneru-admin-recovery .control-article,
#tt-body-page .article-header .sneru-admin-recovery .area-control,
#tt-body-page .article-header .sneru-admin-recovery .article-admin,
#tt-body-page .article-header .sneru-admin-recovery .admin-menu,
#tt-body-page .article-header .sneru-admin-recovery .btn_edit {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  z-index: 2147483647 !important;
}

#tt-body-page .article-header .sneru-admin-recovery [style*="display: none"] {
  display: block !important;
}


/* =========================================================
   SNERU V12 TOP BAR - PERFORMANCE OPTIMIZED
   - HTML inline style moved into style.css
   - duplicate declarations removed
   - mobile paint cost reduced
========================================================= */
.title-logo,
.title-logo .link_logo {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content !important;
  height: auto !important;
  line-height: 1.2 !important;
  align-items: center !important;
}
.title-logo .link_logo { padding: 0 !important; margin: 0 !important; }
.box-header { display: flex !important; align-items: center !important; }
.box-header .util.use-top { margin-left: auto !important; }
#sneru-v12-bar {
  position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 60px !important;
  background: #fff !important; z-index: 2147483647 !important; transform: translateY(-100%) !important;
  opacity: 0 !important; visibility: hidden !important; transition: transform .14s ease-out !important;
  box-sizing: border-box !important; pointer-events: none !important; border-bottom: 1px solid rgba(0,0,0,.12) !important; box-shadow: none !important;
}
#sneru-v12-bar.sneru-v12-show { transform: translateY(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }
#sneru-v12-bar .sneru-v12-inner { height: 54px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 0 30px !important; box-sizing: border-box !important; overflow: hidden !important; }
#sneru-v12-bar .sneru-v12-left { display: flex !important; align-items: center !important; min-width: 0 !important; flex: 1 1 auto !important; overflow: hidden !important; }
#sneru-v12-bar .sneru-v12-search { position: relative !important; margin-left: auto !important; margin-right: 0 !important; width: 220px !important; flex: 0 0 220px !important; }
#sneru-v12-search-input { width: 100% !important; height: 30px !important; padding: 0 26px 0 0 !important; border: none !important; border-bottom: 2px solid #222 !important; outline: none !important; background: transparent !important; color: #222 !important; font-size: 14px !important; font-weight: 500 !important; box-sizing: border-box !important; }
#sneru-v12-search-input::placeholder { color: #777 !important; }
#sneru-v12-bar .sneru-v12-search-btn { position: absolute !important; right: 0 !important; top: 3px !important; width: 24px !important; height: 24px !important; border: none !important; background: transparent !important; padding: 0 !important; cursor: pointer !important; font-size: 16px !important; line-height: 24px !important; color: #222 !important; }
#sneru-v12-bar .sneru-v12-category { color: #ff6a00 !important; font-size: 22px !important; font-weight: 800 !important; margin-right: 22px !important; white-space: nowrap !important; flex: 0 0 auto !important; }
#sneru-v12-bar .sneru-v12-title { color: #222 !important; font-size: 19px !important; font-weight: 700 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; flex: 1 1 auto !important; min-width: 0 !important; }
#sneru-v12-bar.sneru-v12-list .sneru-v12-category { margin-right: 0 !important; }
#sneru-v12-bar.sneru-v12-list .sneru-v12-title { display: none !important; }
#sneru-v12-bar .sneru-v12-admin-menu-wrap { position: relative !important; flex: 0 0 auto !important; width: 40px !important; height: 40px !important; overflow: visible !important; }
#sneru-v12-bar .sneru-v12-admin-icon { width: 34px !important; height: 34px !important; border-radius: 50% !important; border: 1px solid #cfcfcf !important; background: #fff !important; color: #222 !important; font-size: 18px !important; font-weight: 700 !important; line-height: 32px !important; text-align: center !important; padding: 0 !important; cursor: pointer !important; box-sizing: border-box !important; }
#sneru-v12-bar .sneru-v12-admin-icon:hover { color: #ff6a00 !important; border-color: #ff6a00 !important; }
#sneru-v12-bar .sneru-v12-admin-dropdown { display: none !important; position: absolute !important; top: 39px !important; right: 0 !important; width: 96px !important; background: #fff !important; border: 1px solid #cfcfcf !important; z-index: 2147483647 !important; box-sizing: border-box !important; }
#sneru-v12-bar .sneru-v12-admin-menu-wrap.sneru-admin-open .sneru-v12-admin-dropdown { display: block !important; }
#sneru-v12-bar .sneru-v12-admin-dropdown a { display: block !important; height: 28px !important; line-height: 28px !important; text-align: center !important; color: #333 !important; font-size: 13px !important; font-weight: 500 !important; text-decoration: none !important; border-bottom: 1px solid #e5e5e5 !important; background: #fff !important; box-sizing: border-box !important; }
#sneru-v12-bar .sneru-v12-admin-dropdown a:last-child { border-bottom: none !important; }
#sneru-v12-bar .sneru-v12-admin-dropdown a:hover { background: #f7f7f7 !important; color: #ff6a00 !important; }
#sneru-v12-bar .sneru-v12-track { position: absolute !important; left: 0 !important; bottom: 0 !important; width: 100% !important; height: 5px !important; background: #eee !important; overflow: hidden !important; }
#sneru-v12-bar .sneru-v12-progress { position: absolute !important; left: 0 !important; top: 0 !important; width: 100% !important; height: 5px !important; background: #ff6a00 !important; transform: scaleX(0); transform-origin: left center !important; }
@media (max-width: 767px) {
  #sneru-v12-bar { height: 54px !important; }
  #sneru-v12-bar .sneru-v12-inner { padding: 0 16px !important; }
  #sneru-v12-bar .sneru-v12-category { font-size: 17px !important; margin-right: 14px !important; }
  #sneru-v12-bar .sneru-v12-title { font-size: 16px !important; }
  #sneru-v12-bar .sneru-v12-search { width: 150px !important; flex-basis: 150px !important; }
  #sneru-v12-search-input { font-size: 12px !important; }
  #sneru-v12-bar .sneru-v12-admin-menu-wrap { width: 34px !important; height: 34px !important; }
  #sneru-v12-bar .sneru-v12-admin-icon { width: 30px !important; height: 30px !important; line-height: 28px !important; font-size: 16px !important; }
}


/* =========================================================
   SNERU PERFORMANCE SAFE PATCH
   - below-fold sections skip early rendering on Chromium
   - image layout stability / mobile paint reduction
========================================================= */
.article-footer,
.article-related,
.area-aside,
#footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}
img { height: auto; }
@media screen and (max-width: 767px) {
  .area-promotion:before { background-color: rgba(58,58,58,.22); }
  .article-type-common .thumbnail,
  .article-type-resize .thumbnail { backface-visibility: hidden; }
}
