@charset "UTF-8";

/* ============================================
   Daily Buzz — Tistory Skin Stylesheet
   핫이슈 너머의 진짜 영향을 추적합니다
   ============================================ */

/* --- Design Tokens --- */
:root {
  --db-navy: #0f172a;
  --db-navy-light: #1e293b;
  --db-navy-mid: #334155;
  --db-blue: #3b82f6;
  --db-blue-hover: #2563eb;
  --db-blue-light: #dbeafe;
  --db-amber: #f59e0b;
  --db-amber-hover: #d97706;
  --db-text: #1e293b;
  --db-text-secondary: #64748b;
  --db-text-muted: #94a3b8;
  --db-border: #e2e8f0;
  --db-bg: #ffffff;
  --db-bg-subtle: #f8fafc;
  --db-bg-card: #f1f5f9;
  --db-radius: 12px;
  --db-radius-sm: 8px;
  --db-shadow: 0 1px 3px rgba(15,23,42,0.08), 0 1px 2px rgba(15,23,42,0.06);
  --db-shadow-md: 0 4px 12px rgba(15,23,42,0.1), 0 2px 4px rgba(15,23,42,0.06);
  --db-shadow-lg: 0 10px 30px rgba(15,23,42,0.12);
  --db-transition: 0.2s ease-out;
}

/* --- Normalize (원본 유지) --- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
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; font-size: 100%; line-height: 1.15; margin: 0; outline: none;
}
button, input { overflow: visible; }
button, select { 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;
}
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
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 Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--db-text);
  background: var(--db-bg);
}

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

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

/* --- Theme Colors (Daily Buzz 단일 팔레트) --- */
.theme_pink .thema_apply .link_detail,
.theme_blue .thema_apply .link_detail,
.theme_green .thema_apply .link_detail,
.theme_gray .thema_apply .link_detail {
  background: var(--db-blue);
}

.theme_pink .thema_apply .btn_arrow:hover,
.theme_blue .thema_apply .btn_arrow:hover,
.theme_green .thema_apply .btn_arrow:hover,
.theme_gray .thema_apply .btn_arrow:hover {
  background-color: var(--db-blue);
  color: #fff;
}

.theme_pink .thema_apply .active,
.theme_blue .thema_apply .active,
.theme_green .thema_apply .active,
.theme_gray .thema_apply .active {
  background: var(--db-blue);
}

.theme_pink .thema_apply .slick-active button,
.theme_blue .thema_apply .slick-active button,
.theme_green .thema_apply .slick-active button,
.theme_gray .thema_apply .slick-active button {
  background: var(--db-blue);
}

.theme_pink .thema_apply .btn_register,
.theme_blue .thema_apply .btn_register,
.theme_green .thema_apply .btn_register,
.theme_gray .thema_apply .btn_register {
  background: var(--db-blue);
  color: #fff;
}

.theme_pink .thema_apply .title_sidebar,
.theme_blue .thema_apply .title_sidebar,
.theme_green .thema_apply .title_sidebar,
.theme_gray .thema_apply .title_sidebar {
  color: var(--db-blue);
}

.theme_pink .thema_apply .box_tag a:hover,
.theme_blue .thema_apply .box_tag a:hover,
.theme_green .thema_apply .box_tag a:hover,
.theme_gray .thema_apply .box_tag a:hover {
  border-color: var(--db-blue);
  color: var(--db-blue);
}

.theme_pink .area_category .title_section span,
.theme_blue .area_category .title_section span,
.theme_green .area_category .title_section span,
.theme_gray .area_category .title_section span {
  color: var(--db-blue);
}

.theme_pink .article_view a,
.theme_blue .article_view a,
.theme_green .article_view a,
.theme_gray .article_view a {
  color: var(--db-blue);
}

.theme_pink .article_view blockquote,
.theme_blue .article_view blockquote,
.theme_green .article_view blockquote,
.theme_gray .article_view blockquote {
  color: var(--db-text-secondary);
}

.theme_pink .article_view .moreless_fold span,
.theme_pink .article_view .moreless_top span,
.theme_blue .article_view .moreless_fold span,
.theme_blue .article_view .moreless_top span,
.theme_green .article_view .moreless_fold span,
.theme_green .article_view .moreless_top span,
.theme_gray .article_view .moreless_fold span,
.theme_gray .article_view .moreless_top span {
  color: var(--db-blue);
}

.theme_pink .article_view .footnote a,
.theme_blue .article_view .footnote a,
.theme_green .article_view .footnote a,
.theme_gray .article_view .footnote a {
  color: var(--db-blue) !important;
}

@media screen and (max-width: 1023px) {
  .theme_pink .thema_apply .selected,
  .theme_blue .thema_apply .selected,
  .theme_green .thema_apply .selected,
  .theme_gray .thema_apply .selected {
    color: var(--db-blue) !important;
  }
}

/* --- HTML / Body --- */
html, body {
  position: relative;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

#container {
  position: relative;
  width: 100%;
}
#container:after { content: ''; display: block; clear: both; }

#main { width: 100%; }

/* ============================================
   HEADER (.box_header)
   ============================================ */
.box_header {
  position: absolute;
  width: 100%;
  height: 148px;
  border-bottom: 1px solid var(--db-border);
  z-index: 21;
  transition: top 0.2s ease-in-out;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.box_header button { background-color: transparent; }

.box_header .link_logo {
  display: block;
  color: var(--db-navy);
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.box_header .link_logo img { max-height: 48px; }

.box_header .title_logo {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 250px);
  height: 48px;
  margin: -24px 0 0 80px;
  font-size: 24px;
  font-weight: 900;
}

.box_header .btn_menu, .box_header .btn_search {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--db-text-secondary);
  transition: color var(--db-transition);
  cursor: pointer;
}

.box_header .btn_menu { right: 56px; }
.box_header .btn_search { right: 116px; }
.box_header .btn_menu { background-image: url(./images/ico_menu_b.svg); }
.box_header .btn_search { background-image: url(./images/ico_search_b.svg); }

.box_header .btn_menu:hover,
.box_header .btn_search:hover { color: var(--db-navy); }

.white .box_header {
  border-bottom: none;
  background: transparent;
  backdrop-filter: none;
}

.white .box_header .link_logo,
.white .box_header .btn_menu,
.white .box_header .btn_search {
  color: #fff;
  transition: opacity var(--db-transition);
}

.white .box_header .link_logo:hover,
.white .box_header .btn_menu:hover,
.white .box_header .btn_search:hover {
  color: #fff; opacity: .6;
}

.white .box_header .btn_menu { background-image: url(./images/ico_menu.svg); }
.white .box_header .btn_search { background-image: url(./images/ico_search.svg); }
.white .area_cover { margin-top: 0; }
.white .type_featured { margin-top: 0; }

@media screen and (max-width: 1023px) {
  .box_header { height: 70px; }
  .box_header .title_logo {
    margin: -24px 0 0 24px;
    font-size: 20px; padding-top: 4px;
    width: calc(100% - 110px);
  }
  .box_header .btn_menu, .box_header .btn_search {
    width: 22px; background-size: 22px auto;
  }
  .box_header .btn_menu { right: 24px; }
  .box_header .btn_search { right: 60px; }
}

@media screen and (max-width: 1023px) {
  .white .box_header .title_logo { margin: -25px 0 0 24px; }
}

/* ============================================
   SIDEBAR (.area_sidebar)
   ============================================ */
.area_sidebar { position: relative; }
.area_sidebar a { text-decoration: none; }
.area_sidebar ul { list-style: none; margin: 0; padding: 0; }
.area_sidebar button {
  background: transparent; border: 0; border-radius: 0;
  overflow: visible; cursor: pointer;
}

.area_sidebar .inner_sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; right: 0;
  width: 360px; height: 100%;
  padding: 0 48px;
  background: var(--db-bg);
  box-sizing: border-box;
  overflow: auto;
  z-index: 31;
  box-shadow: -4px 0 24px rgba(15,23,42,0.12);
}

.area_sidebar .sidebar_contents {
  display: flex; flex-direction: column;
  justify-content: space-between; height: 100%;
}

.area_sidebar .dimmed_sidebar {
  display: block; position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%; height: 100%;
  background-color: rgba(15,23,42,0.5);
  z-index: 21;
}

.area_sidebar .sidebar_header { margin: 60px -10px 30px 0; }
.area_sidebar .sidebar_header:after { content: ''; display: block; clear: both; }

.area_sidebar .title_logo { float: left; margin: 0; font-size: 24px; font-weight: 800; }
.area_sidebar .link_logo { color: var(--db-navy); }

.area_sidebar .btn_close {
  float: right; width: 48px; font-size: 24px;
  text-align: right; padding: 0 7px 2px 7px;
  color: var(--db-text-secondary);
  transition: color var(--db-transition);
}
.area_sidebar .btn_close:hover { color: var(--db-navy); }

.area_sidebar .tt_category {
  margin-bottom: 40px; padding-bottom: 40px;
  border-bottom: 1px solid var(--db-border);
}
.area_sidebar .tt_category:after { content: ''; display: block; clear: both; }

.area_sidebar .link_item {
  display: block; margin-top: 10px;
  padding: 15px 0 12px 0;
  font-size: 18px; font-weight: 700;
  color: var(--db-navy);
  transition: all var(--db-transition);
}
.area_sidebar .link_item:hover { color: var(--db-blue); }
.area_sidebar .link_item .c_cnt { color: var(--db-text-muted); }

.area_sidebar .box_gnb { margin-bottom: 60px; }
.area_sidebar .box_gnb li:last-child { margin-bottom: 0; }

.area_sidebar .link_sub_item {
  display: block; padding: 5px 0 5px 12px;
  font-size: 14px; color: var(--db-text-secondary);
}

.area_sidebar .sub_category_list {
  margin-left: 6px;
  border-left: 3px solid var(--db-blue-light);
}

.area_sidebar .t_menu_home a, .area_sidebar .t_menu_tag a,
.area_sidebar .t_menu_guestbook a, .area_sidebar .t_menu_medialog a,
.area_sidebar .t_menu_location a, .area_sidebar .t_menu_page a,
.area_sidebar .t_menu_category a,
.area_sidebar .t_menu_link_1 a, .area_sidebar .t_menu_link_2 a,
.area_sidebar .t_menu_link_3 a, .area_sidebar .t_menu_link_4 a,
.area_sidebar .t_menu_link_5 a, .area_sidebar .t_menu_link_6 a,
.area_sidebar .t_menu_link_7 a, .area_sidebar .t_menu_link_8 a,
.area_sidebar .t_menu_link_9 a, .area_sidebar .t_menu_link_10 a {
  display: block; margin-bottom: 28px;
  font-size: 16px; font-weight: normal;
  color: var(--db-text);
  transition: all var(--db-transition);
}

.area_sidebar .tt_category .link_sub_item:hover {
  text-decoration: underline; color: var(--db-blue);
}

.area_sidebar .sidebar_menu:after { content: ''; display: block; clear: both; }
.area_sidebar .list_sns { color: var(--db-text); font-size: 14px; }

.area_sidebar .link_add {
  display: block; margin-bottom: 28px;
  font-size: 16px; font-weight: normal;
  color: var(--db-text-muted);
}
.area_sidebar .link_add:hover { color: var(--db-blue); }

.area_sidebar .box_sns, .area_sidebar .add_link { margin-bottom: 18px; }

.area_sidebar .btn_search {
  margin-top: 12px; padding: 10px 0;
  background-color: transparent;
  font-size: 14px; font-weight: 700;
  color: var(--db-text);
}

.area_sidebar .icon-Search {
  margin-left: 5px; font-size: 20px;
  color: var(--db-text-muted); vertical-align: -2px;
}

.area_sidebar .box_tool { padding: 30px 0 80px 0; }

.area_sidebar .link_tool {
  position: relative; display: inline-block;
  margin-left: 40px; font-size: 14px;
  font-weight: bold; color: var(--db-text-muted);
}
.area_sidebar .link_tool:first-child { margin-left: 0; }
.area_sidebar .link_tool:first-child::before { content: ''; }
.area_sidebar .link_tool:hover { color: var(--db-blue); }

.area_sidebar .link_tool:before {
  content: '｜'; position: absolute;
  top: 3px; bottom: 0; left: -48px; right: 0;
  width: 10px; margin-left: 20px;
  font-size: 11px; font-weight: lighter;
  color: var(--db-border);
}

.area_sidebar .link_tit { display: none; }
.area_sidebar ul>li>a:hover { color: var(--db-blue); }

@media screen and (max-width: 768px) {
  .area_sidebar .inner_sidebar { width: 100%; left: 0; padding: 0 24px; }
  .area_sidebar .area_sidebar .btn_close { margin-right: -16px; }
  .area_sidebar .area_sidebar .title_logo { margin-bottom: 30px; }
  .area_sidebar .title_logo { font-size: 20px; }
  .area_sidebar .sidebar_header { margin: 24px -10px 24px 0; padding-top: 1px; }
  .area_sidebar .btn_close { margin-top: -2px; }
  .area_sidebar .link_item { font-size: 16px; }
  .area_sidebar .link_sub_item { font-size: 13px; }
  .area_sidebar .tt_category { padding-bottom: 50px; }
}

@media screen and (max-height: 851px) {
  .area_sidebar .box_tool { position: relative; padding: 30px 0; bottom: auto; }
}

/* ============================================
   SEARCH POPUP (.area_popup)
   ============================================ */
.area_popup {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  background: var(--db-bg);
  z-index: 31; overflow: auto;
}

.area_popup .search_header { padding: 60px 40px 0 80px; }
.area_popup .search_header:after { content: ''; display: block; clear: both; }
.area_popup .title_logo { float: left; margin: 0; font-size: 24px; font-weight: 900; }
.area_popup .link_logo { color: var(--db-navy); text-decoration: none; }

.area_popup .area_search .btn_close {
  float: right; width: 48px; height: 48px;
  margin-right: 11px; background: transparent;
  border: none; font-size: 24px; cursor: pointer;
  color: var(--db-text-secondary);
  transition: color var(--db-transition);
}
.area_popup .area_search .btn_close:hover { color: var(--db-navy); }

.area_popup .search_content {
  max-width: 1180px; margin: 60px auto;
  padding: 0 40px; font-size: 0;
}
.area_popup .search_content:after { content: ''; display: block; clear: both; }

.area_popup .box_form {
  position: relative; margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--db-border);
}

.area_popup .box_form .icon-Search {
  display: inline-block; margin-right: 23px;
  font-size: 36px; vertical-align: -10px;
  color: var(--db-blue);
}

.area_popup .box_form .inp_search {
  width: 80%; margin-top: 5px; border: none;
  font-size: 24px; font-weight: 900;
  color: var(--db-navy); line-height: 1;
}
.area_popup .box_form .inp_search::placeholder { color: var(--db-text-muted); }

.area_popup .box_form .btn_search_del {
  position: absolute; top: 0; right: 0;
  width: 36px; height: 36px; padding: 6px;
  border: none; background-color: transparent;
  cursor: pointer; fill-opacity: 0.3;
}

.area_popup .title_sidebar {
  margin: 51px 0 29px 0; font-size: 18px;
  color: var(--db-navy);
}

.area_popup .tag_zone {
  display: inline-block; width: 50%;
  padding-right: 50px; min-height: 150px;
  box-sizing: border-box; vertical-align: top;
}

.tag_zone a {
  display: inline-block; margin-right: 10px;
  margin-bottom: 10px; padding: 5px 14px;
  border: solid 1px var(--db-border);
  border-radius: 20px; font-size: 15px;
  color: var(--db-text); text-decoration: none;
  transition: all var(--db-transition);
}

.tag_zone a:hover {
  border-color: var(--db-blue);
  color: var(--db-blue);
  background: var(--db-blue-light);
}

.list_sidebar { margin: 0; padding: 0; list-style: none; }
.list_sidebar .item_sidebar { margin-bottom: 20px; }
aside .list_sidebar .item_sidebar { margin-bottom: 10px; }

.list_sidebar .item_sidebar a {
  display: block; font-size: 16px;
  color: var(--db-text); text-decoration: none;
  overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap;
  transition: color var(--db-transition);
}
.list_sidebar .item_sidebar a:hover { color: var(--db-blue); }

.tag_board { display: inline-block; box-sizing: border-box; vertical-align: top; }
aside .tag_board { width: 100%; }
.area_popup .tag_board { width: 50%; }

.area_popup div:nth-child(3) { padding-left: 50px; }
.area_popup div:nth-child(4) { padding-right: 50px; }
.area_popup div:nth-child(5) { padding-left: 50px; }

.area_popup .box_gnb, .area_popup .box_sns, .area_popup .add_link { display: none; }

@media screen and (max-width: 1023px) {
  .area_popup .area_search { padding-left: 24px; padding-right: 24px; }
  .area_popup .search_header { margin: 24px -10px 24px 0; padding: 1px 0 0; }
  .area_popup .box_form .icon-Search { display: none; }
  .area_popup .box_form .inp_search { margin-top: 20px; font-size: 18px; }
  .area_popup .box_form .btn_search_del { top: 10px; right: 20px; }
  .area_popup .search_content { margin-top: 34px; padding: 0; }
  .area_popup .box_form { margin: 0 -24px; padding: 0 20px 25px 20px; }
  .area_popup .title_sidebar { margin-top: 32px; font-size: 12px; }
  .area_popup .tag_zone a { border: none; padding: 5px 10px 5px 0; font-size: 16px; }
  .area_popup .tag_zone a:hover { border: none; }
  .area_popup .tag_zone, .area_popup .tag_board { width: 100%; }
  .area_popup .item_sidebar { margin-bottom: 10px; }
  .area_popup .item_sidebar a { font-size: 16px; }
  .area_popup div:nth-child(3), .area_popup div:nth-child(4), .area_popup div:nth-child(5) { padding: 0; }
  .area_popup .area_search .btn_close { margin: -2px 0 0; text-align: right; padding: 0 7px 2px 7px; height: 30px; }
  .area_popup .title_logo { font-weight: 900; font-size: 20px; }
}

/* ============================================
   FOOTER (#footer)
   ============================================ */
#footer {
  clear: both; margin-top: 120px;
  padding: 60px 0;
  background: var(--db-navy);
  color: rgba(255,255,255,0.6);
  font-size: 14px; font-weight: normal;
  border-top: none;
}

#footer .footer_brand { text-align: center; margin-bottom: 24px; }

#footer .footer_logo {
  display: block; font-size: 22px;
  font-weight: 900; color: #fff;
  letter-spacing: -0.02em;
}

#footer .footer_tagline {
  margin: 8px 0 0; font-size: 14px;
  color: var(--db-amber); font-weight: 500;
}

#footer .inner_footer {
  max-width: 1180px; margin: 0 auto;
  padding: 0 20px; text-align: center;
}

#footer .link_footer {
  position: relative; margin-left: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  font-weight: 700; text-decoration: none;
  color: rgba(255,255,255,0.7);
  line-height: 1.27; z-index: 21;
  transition: all var(--db-transition);
}

#footer .link_footer:hover {
  border-bottom-color: rgba(255,255,255,0.7);
  color: #fff;
}

#footer address {
  margin-top: 20px; color: rgba(255,255,255,0.4);
  font-size: 13px; font-style: normal; text-align: center;
}

#footer .inner_footer .link_footer:first-child { margin-left: 0; }

@media screen and (max-width: 1023px) {
  #footer { margin-top: 60px; padding: 40px 0; }
  #footer .info_footer:after { content: ''; display: block; clear: both; }
}

/* ============================================
   PAGINATION (.area_paging)
   ============================================ */
.area_paging { text-align: center; }
.area_paging a { text-decoration: none; }

.area_paging .link_page {
  display: inline-block; margin-top: 2px;
  font-size: 24px; color: var(--db-text-muted);
  transition: color var(--db-transition);
}
.area_paging .link_page:hover { color: var(--db-navy); }

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

.area_paging .link_num span {
  display: inline-block; min-width: 28px; height: 28px;
  margin: 0 5px; font-size: 13px; font-weight: 600;
  line-height: 31px; color: var(--db-text-secondary);
}

.area_paging .link_num:hover span { color: var(--db-navy); }

.area_paging .selected {
  display: block; border-radius: 999em;
  background: var(--db-blue);
  color: #fff !important;
  font-size: 13px; line-height: 32px;
}

.area_paging .selected:hover { text-decoration: none; }
.area_paging .paging_slash { display: none; }

@media screen and (max-width: 1023px) {
  .area_paging .link_page { color: var(--db-text); }
  .area_paging .link_page.no-more-prev, .area_paging .link_page.no-more-next { color: var(--db-text-muted); }
  .area_paging .link_page span { font-size: 24px; 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; }
  .area_paging .link_num:last-child span:before {
    content: ''; position: absolute; top: 0; left: -10px;
    width: 10px; height: 29px;
    background: url(./images/ico_slash.png) no-repeat left center;
  }
  .area_paging .link_num:last-child span.selected:before { background: none; }
  .area_paging .link_num:last-child .selected { background: none; }
  .area_paging .link_num span:not(.selected) { display: none; }
  .area_paging .link_num:last-child span { display: inline-block; }
  .area_paging .link_ellipsis { display: none; }
  .area_paging .selected { color: var(--db-navy); background: transparent; }
}

/* ============================================
   ARTICLE VIEW (.area_view)
   ============================================ */
.area_view {
  position: relative; max-width: 1180px;
  margin: 0 auto; padding: 0 24px;
  word-break: break-word;
}

.area_view .area_article { padding-bottom: 60px; }

.area_view .article_header {
  position: relative; width: 100vw;
  left: 50%; margin-left: -50vw;
}

.area_view .article_header:before {
  content: ''; position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.7), rgba(15,23,42,0.5));
}

.area_view .article_header .inner_header {
  width: 100%; background-size: cover;
  background-position: 50% 50%; text-align: center;
}

.type_article_header_common .inner_header { height: 520px; }
.type_article_header_cover .inner_header { height: 520px; }

.area_view .article_header .info_text {
  max-width: 700px; margin: 0 auto;
  left: 0; right: 0; color: #fff;
  z-index: 10; text-align: center;
}

.type_article_header_common .info_text,
.type_article_header_cover .info_text {
  position: relative; display: flex;
  height: 100%; flex-direction: column;
  justify-content: center; z-index: 20;
}

.article_content { max-width: 700px; margin: 0 auto; }

.area_view .article_header .title_post {
  display: block; font-size: 40px;
  line-height: 1.4em; font-weight: 900;
  letter-spacing: -0.02em;
}

.area_view .article_header .info {
  margin: 20px 0 0 0; font-size: 14px; opacity: 0.8;
}

.area_view .txt_post {
  height: 160px; margin: 40px 0 30px 0;
  -webkit-line-clamp: 6;
}

.area_view .article_modify {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--db-border);
}
.area_view .article_modify:after { content: ''; display: block; clear: both; }

.area_view .list_share { margin: 60px 0 48px 0; font-size: 0; text-align: center; }
.area_view .list_share:after { content: ''; display: block; clear: both; }

.area_view .list_share .item_share {
  display: inline-block; margin-right: 12px; list-style: none;
}

.area_view .list_share .link_share {
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  width: 48px; height: 48px;
  border: 1px solid var(--db-border);
  border-radius: 48px; font-size: 28px;
  color: var(--db-text-secondary);
  text-decoration: none; text-align: center;
  transition: all var(--db-transition);
}
.area_view .list_share .link_share:hover {
  border-color: var(--db-blue); color: var(--db-blue);
}

.area_view .article_modify .box_util { float: left; }
.area_view .article_modify button { background: none; padding: 5px; border: 0; border-radius: 0; overflow: visible; }
.area_view .article_modify i {
  display: inline-block; width: 14px; height: 14px;
  background: url(http://t1.daumcdn.net/tistory_admin/static/admin/editor/ico_postbtn.png) no-repeat;
  overflow: hidden; vertical-align: top;
}
.area_view .article_modify .btn_like { padding-right: 10px; background: url(images/ico_dot.gif) no-repeat center right; line-height: 14px; }
.area_view .article_modify .btn_share { margin-top: 15px; }
.area_view .article_modify .btn_like .icon { background-position: 0 0; }
.area_view .article_modify .btn_like .icon_like { background-position: -20px 0; }
.area_view .article_modify .btn_share .icon { margin-top: 1px; background-position: -40px 0; }
.area_view .article_modify .box_ccl { float: right; padding-top: 20px; }
.area_view .box_ccl .link_ccl { display: inline-block; }

@media screen and (max-width: 1023px) {
  .area_view { padding: 0 24px; }
  .area_view .article_header { text-align: left; }
  .area_view .article_header .inner_header { padding: 0 20px; box-sizing: border-box; }
  .type_article_header_common .inner_header { height: 520px; }
  .area_view .article_header .info_text { width: 100%; padding: 0 20px; box-sizing: border-box; }
  .area_view .article_header .title_post { width: 100%; font-size: 28px; line-height: 38px; }
}

/* ============================================
   ARTICLE CONTENT (.article_view)
   ============================================ */
.article_view { max-width: 700px; margin: 80px auto 0 auto; }

.article_view p { font-size: 16px; line-height: 1.8; color: var(--db-text); }

.article_view h1, .article_view h2,
.article_view h3, .article_view h4 {
  font-weight: 900; color: var(--db-navy);
}

.article_view h1 { font-size: 32px; line-height: 1.33; }
.article_view h2 { font-size: 24px; 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: 3px solid var(--db-blue);
  font-size: 16px; line-height: 1.75;
  color: var(--db-text-secondary);
}

.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: 16px; line-height: 24px; color: var(--db-text); word-break: break-all; }
.article_view ol { margin-bottom: 32px; }
.article_view ol li { margin-bottom: 6px; font-size: 16px; line-height: 1.75; color: var(--db-text); word-break: break-all; }

.article_view table { border-collapse: collapse; }
.article_view table thead tr { background: var(--db-bg-subtle); font-size: 16px; color: var(--db-navy); }
.article_view table tr th, .article_view table tr td { padding: 7px; }

.article_view pre {
  background: var(--db-bg-subtle); font-size: 16px;
  color: rgba(34,85,51,0.87); white-space: pre-wrap;
  border-radius: var(--db-radius-sm);
}
.article_view pre code.hljs { padding: 20px; }

.article_view .cap1 { font-size: 14px; color: var(--db-text-muted); }
.article_view hr { margin: 30px 0; border-color: var(--db-border); }
.article_view a { display: inline-block; color: var(--db-blue); transition: opacity var(--db-transition); }
.article_view a:hover { opacity: 0.7; }

.article_view .moreless_fold span, .article_view .moreless_top span { font-size: 16px; line-height: 2.5; }
.article_view .moreless_top { border-bottom: 1px solid var(--db-border); }
.article_view .moreless_bottom { border-top: 1px solid var(--db-border); }
.article_view .moreless_bottom span { display: none; }
.article_view .footnote a { text-decoration: none; }
.article_view .footnotes li { font-size: 12px; color: var(--db-text-muted); }
.article_view .table-overflow { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.article_view img { max-width: 100%; }
.article_view .another_category table, .article_view .another_category table * { border: none; }

.protected_form input {
  border: 1px solid var(--db-border); padding: 9px 14px;
  font-size: 14px; border-radius: var(--db-radius-sm);
}

@media screen and (max-width: 743px) { .article_view iframe { width: 100%; height: 56vw; } }
@media screen and (max-width: 768px) { .article_view { margin-top: 40px; } }

/* ============================================
   TAGS (.area_tag)
   ============================================ */
.area_tag { padding: 40px 0; border-bottom: 1px solid var(--db-border); border-top: 1px solid var(--db-border); }
.area_tag:after { content: ''; display: block; clear: both; }

.area_tag .title_tag {
  float: left; margin: 0; padding: 6px 40px 0 0;
  font-size: 16px; font-weight: 900;
  color: var(--db-navy); text-align: center;
}

.area_tag .tag_content { overflow: hidden; }
.area_tag .tag_content a {
  color: var(--db-text-secondary); text-decoration: none;
  margin-left: 5px; line-height: normal;
  transition: color var(--db-transition);
}
.area_tag .tag_content a:hover { text-decoration: underline; color: var(--db-blue); }
.area_tag .tag_content a:first-child { margin-left: 0; }

@media screen and (max-width: 1023px) {
  .area_tag { padding: 30px 0; }
  .area_tag .title_tag { font-size: 16px; line-height: normal; }
}

/* ============================================
   RELATED POSTS (.area_related)
   ============================================ */
.area_related { border-bottom: 1px solid var(--db-border); overflow: hidden; }
.area_related a { text-decoration: none; }
.area_related button { border: 0; border-radius: 0; background-color: transparent; cursor: pointer; overflow: visible; }

.area_related .title_related {
  margin: 40px 0 20px 0; font-size: 16px;
  font-weight: 900; color: var(--db-navy);
}

.area_related .list_related { list-style: none; margin: 0 -8px; padding: 0; border: none; box-sizing: border-box; }
.area_related .list_related:after { content: ''; display: block; clear: both; }

.area_related .item_related { float: left; width: 25%; margin-bottom: 40px; }

.area_related .link_related {
  display: block; margin: 0 8px;
  transition: transform var(--db-transition);
}
.area_related .link_related:hover { transform: translateY(-2px); }

.area_related .thumnail {
  display: block; width: 100%; padding-top: 50%;
  background-size: cover; background-position: 50% 50%;
  border-radius: var(--db-radius-sm);
}

.area_related .link_related strong {
  display: block; max-height: 45px; margin: 12px 0 0;
  line-height: 1.47; font-size: 16px; font-weight: 500;
  color: var(--db-text); overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.area_related .info { display: inline-block; font-size: 13px; color: var(--db-text-muted); }

@media screen and (max-width: 1023px) {
  .area_related .title_related { margin: 30px 0 0 0; font-size: 16px; line-height: normal; }
  .area_related .item_related { float: none; width: 100%; padding: 16px 0; margin-bottom: 0; }
  .area_related li:first-child { border: none; padding-bottom: 16px; }
  .area_related .link_related strong { margin: 12px 0 2px 0; }
  .area_related .item_related:last-child { margin-bottom: 30px; }
}

/* ============================================
   COMMENTS (.area_reply)
   ============================================ */
.area_reply { width: 100%; overflow: hidden; }
.area_reply ul { list-style: none; margin: 0; padding: 0; }
.area_reply a { text-decoration: none; }
.area_reply .box_reply_info { margin: 40px 0 20px 0; }
.area_reply .reply_events { margin: 0; font-size: 16px; font-weight: 900; color: var(--db-navy); }
.area_reply .btn_more { margin-top: 5px; padding: 3px 0 0 15px; border: 0; background-color: transparent; background-size: 10px 10px; font-size: 16px; font-weight: 600; cursor: pointer; }
.area_reply .item_reply { padding: 30px 0; border-bottom: 1px solid var(--db-border); }
.area_reply li:first-child:not(.tt-item-reply) { padding-top: 0; }
.area_reply li:last-child { border: none; }
.area_reply .thumbnail_reply { float: left; width: 45px; height: 45px; margin-right: 16px; background: none; }
.area_reply .thumbnail_reply img { width: 100%; height: 100%; border-radius: 50%; }
.area_reply .box_reply_content { overflow: hidden; }
.area_reply .item_reply .user a { display: inline-block; margin-bottom: 8px; font-size: 16px; font-weight: bold; color: var(--db-navy); }
.area_reply .item_reply .date { display: inline-block; padding-top: 10px; padding-left: 3px; }
.area_reply .item_reply .date a { font-weight: 300; font-size: 14px; padding-left: 4px; color: var(--db-text-muted); }
.area_reply .box_reply_content .txt { margin: 10px 0 0 0; font-size: 16px; color: var(--db-text); }
.area_reply .item_reply .modify { margin-top: 8px; font-size: 15px; }
.area_reply .modify a { color: var(--db-text-muted); }
.area_reply .modify .slash { color: var(--db-border); }
.area_reply .list_reply_comment { margin-top: 30px !important; }
.area_reply .ico_commnent { float: left; width: 43px; margin-right: 10px; color: var(--db-text-secondary); text-align: right; }
.area_reply .item_comment { padding: 10px; }
.area_reply .reply_write:after { content: ''; display: block; clear: both; }
.area_reply .form_content { padding-bottom: 10px; }
.area_reply .form_content textarea { width: 100%; height: 102px; padding: 12px 14px; border: 1px solid var(--db-border); border-radius: var(--db-radius-sm); font-size: 14px; vertical-align: top; }
.area_reply .form_guest { margin: 0 -4px; }
.area_reply .form_guest:after { content: ''; display: block; clear: both; }
.area_reply .box_inp { float: left; width: 100%; margin-bottom: 8px; }
.area_reply .box_inp:nth-child(-n+2) { width: 50%; }
.area_reply .inner_inp { margin: 0 4px; padding: 9px 14px; border: 1px solid var(--db-border); border-radius: var(--db-radius-sm); box-sizing: border-box; }
.area_reply .inner_inp input { width: 90%; border: none; font-size: 14px; line-height: 1.25; }
.area_reply .form_reg { text-align: right; }
.area_reply .form_reg label { display: inline-block; margin-right: 20px; padding-top: 7px; font-size: 14px; color: var(--db-text-muted); }
.area_reply .form_reg label input { vertical-align: -1px; }
.area_reply .btn_register { width: 115px; height: 42px; border: none; border-radius: var(--db-radius-sm); color: #fff; cursor: pointer; font-weight: 600; }

@media screen and (max-width: 1023px) {
  .area_reply .box_reply_info { margin: 30px 0 10px 0; }
  .list_reply_comment .ico_commnent { width: 10px; }
  .list_reply_comment li:first-child { padding-top: 30px; }
  .item_comment.reply { padding: 15px; }
  .list_reply_comment .item_comment { background: var(--db-bg-subtle); }
  .list_reply .item_reply .user a { margin-bottom: 5px; }
  .list_reply .item_reply .date { display: block; padding: 0; font-size: 14px; }
  .list_reply .item_reply .dot { display: none; }
}

/* ============================================
   COMMON AREA (.area_common)
   ============================================ */
.area_common { max-width: 1180px; min-height: 200px; margin: 200px auto 0 auto; padding: 0 20px; }
.area_common .title_common { padding-bottom: 30px; font-size: 24px; font-weight: 900; color: var(--db-navy); text-align: center; }
#mediaLogNest { max-width: 1180px; height: auto !important; margin: 200px auto 0 auto; padding: 0 20px; }

@media screen and (max-width: 768px) {
  .area_common { margin-top: 36px; padding-top: 60px; }
}

.item-thumbnail { background: var(--db-bg-card) url(./images/ico_no.svg) no-repeat center; }
.no-img { background: var(--db-bg-card) url(./images/ico_no.svg) no-repeat center !important; background-size: 30px 30px !important; }
.btn-for-guest { display: none; }
.btn-for-user { display: none; }

/* ============================================
   COVER (.area_cover)
   ============================================ */
.area_cover { margin-top: 268px; }
.area_cover a { text-decoration: none; }
.area_cover button { border: 0; border-radius: 0; background-color: transparent; cursor: pointer; overflow: visible; }

@media screen and (max-width: 1023px) { .area_cover { margin-top: 130px; } }

.title_section { position: relative; width: 100%; margin: 0 0 20px 0; font-size: 20px; font-weight: 900; color: var(--db-navy); }

/* --- Featured Slider (.type_featured) --- */
.type_featured { position: relative; margin-top: 120px; }
.type_featured:after { content: ''; display: block; clear: both; }
.type_featured .slide_zone { position: relative; width: 100%; height: calc(100vh - var(--vh-offset, 0px)); }
.type_featured .inner_main_slide { position: absolute; left: 0; right: 0; max-width: 1180px; margin: 0 auto; padding: 0 80px; }

.type_featured .box_arrow {
  position: absolute; top: 50%; left: 0; right: 0; width: 100%;
  margin-top: -18px; padding: 0 65px 0 80px; z-index: 10; box-sizing: border-box;
}

.type_featured .btn_arrow {
  width: 64px; height: 64px; padding-top: 4px;
  border-radius: 64px; background-color: rgba(15,23,42,0.6);
  background-repeat: no-repeat; background-position: center;
  color: white; transition: background-color var(--db-transition);
}
.type_featured .btn_arrow:hover { background-color: var(--db-blue); color: #fff; }
.type_featured .btn_prev { float: left; background-image: url(./images/arr_left.png); }
.type_featured .btn_next { float: right; background-image: url(./images/arr_right.png); }
.type_featured .slide_item { z-index: 1; overflow: hidden; }

.type_featured .link_slide {
  position: relative; display: block; width: 100%;
  height: 100vh; height: calc(100vh - var(--vh-offset, 0px));
  background-size: cover; background-position: 50% 50%;
  overflow: hidden; z-index: 1;
}

.type_featured .link_slide:before {
  content: ''; position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.65), rgba(15,23,42,0.4));
  transition: background-color .3s ease-in-out;
}

.type_featured .text_slide {
  position: relative; display: flex; flex-direction: column;
  justify-content: center; max-width: 1180px; height: 100%;
  margin: 0 auto; padding: 0 76px; font-size: 44px;
  color: #fff; z-index: 10;
}

.type_featured .text_slide strong {
  display: block; max-height: 130px; max-width: 1024px;
  overflow: hidden; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  font-weight: 900; letter-spacing: -0.02em;
}

.type_featured .text {
  width: 60%; max-height: 85px; margin: 20px 0 40px 0;
  font-size: 16px; line-height: 28px; word-break: keep-all;
  overflow: hidden; display: -webkit-box;
  -webkit-line-clamp: 3; -webkit-box-orient: vertical; opacity: 0.85;
}

.type_featured .link_detail {
  display: inline-block; width: 194px; height: 50px;
  line-height: 53px; box-sizing: border-box;
  font-size: 16px; font-weight: 700; color: #fff;
  text-align: center; border-radius: var(--db-radius-sm);
}

.type_featured .slide_page { position: absolute; left: 37px; bottom: 60px; font-size: 0; text-align: center; z-index: 10; }
.type_featured .slide_page li { display: inline-block; }
.type_featured .ico_circle { width: 10px; height: 10px; margin: 0 3px; padding: 0; border-radius: 10px; background: rgba(255,255,255,0.54); cursor: pointer; outline: none; }

@media screen and (max-width: 1406px) {
  .type_featured { margin-top: 60px; }
  .type_featured .text_slide { padding: 0 80px; font-size: 40px; }
  .type_featured .box_arrow { display: none; }
}

@media screen and (max-width: 1023px) {
  .type_featured .text_slide strong { max-height: 140px; font-size: 30px; -webkit-line-clamp: 3; }
  .type_featured .text_slide { position: absolute; bottom: 100px; height: auto; padding: 0 24px; font-size: 32px; }
  .type_featured .text_slide .text { width: 100%; margin: 20px 0 30px 0; line-height: 28px; }
  .type_featured .slide_page { left: 24px; bottom: 40px; padding: 0; }
}

@media screen and (max-width: 768px) {
  .type_featured .link_detail { padding-top: 2px; font-size: 13px; line-height: 40px; height: 40px; width: 120px; }
  .type_featured .ico_circle { width: 8px; height: 8px; }
}

/* --- Post Gallery (.type_post) --- */
.type_post { max-width: 1180px; margin: 120px auto -20px auto; overflow: hidden; }
.type_post:after { content: ''; display: block; clear: both; }

.type_post .list_post, .category_type_post .list_category { margin: 0 -10px; padding: 0; list-style: none; }
.list_post .item_post, .category_type_post .item_category { float: left; width: 25%; margin-bottom: 20px; }

.list_post .link_post, .category_type_post .link_category {
  position: relative; display: block; margin: 0 10px;
  padding-top: 143%; background-size: cover;
  background-position: 50% 50%; border-radius: var(--db-radius-sm); overflow: hidden;
}

.list_post .item_post:hover .link_post:before,
.category_type_post .item_category:hover .link_category:before {
  content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.7), rgba(15,23,42,0.5));
}

.list_post .info .date, .category_type_post .date { display: none; margin-top: 40px; font-size: 16px; font-weight: 400; line-height: 1.31; }
.list_post .link_post:hover .info, .category_type_post .link_category:hover .info { display: flex; }

.list_post .link_post .info, .category_type_post .link_category .info {
  position: absolute; display: none; flex-direction: column;
  align-items: center; justify-content: center; top: 0;
  width: 100%; height: 100%; color: #fff; text-align: center;
}

.list_post .link_post .info .name, .category_type_post .link_category .info .name {
  display: block; width: calc(100% - 80px); max-height: 65px;
  margin: 0 auto; font-size: 20px; font-weight: 500; line-height: 1.33;
  text-overflow: ellipsis; overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

@media screen and (max-width: 1023px) {
  .type_post { margin: 60px auto 0 auto; }
  .title_section { margin: 0 0 20px 0; font-size: 16px; text-align: left; }
  .type_post .title_section { text-align: center; }
  .list_post, .category_type_post { margin: 0 -1px; }
  .list_post .item_post, .category_type_post .item_category { margin-bottom: 1px; }
  .list_post .link_post, .category_type_post .link_category { margin: 0 0.5px; border-radius: 0; }
  .item_post .link_post:before, .category_type_post .item_category .link_category:before {
    content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    background-color: rgba(15,23,42,0.55);
  }
  .list_post .link_post .info, .category_type_post .link_category .info { display: flex; }
  .list_post .link_post .info .name, .category_type_post .link_category .info .name { width: calc(100% - 32px); font-size: 16px; }
}

@media screen and (max-width: 375px) {
  .list_post .link_post .info .name, .category_type_post .link_category .info .name { width: calc(100% - 32px); font-size: 13px; }
}

/* --- Card (.type_card) --- */
.type_card { max-width: 1180px; margin: 120px auto -60px auto; overflow: hidden; }
.type_card:after { content: ''; display: block; clear: both; }
.list_type_card { margin: 0 -10px; padding: 0; list-style: none; font-size: 0; }
.list_type_card .item_card { display: inline-block; width: 25%; margin-bottom: 58px; vertical-align: top; }
.list_type_card .link_card { display: block; margin: 0 10px; color: var(--db-text); line-height: 1.33; transition: all var(--db-transition); }
.list_type_card .link_card:hover { transform: translateY(-3px); }
.list_type_card .link_card strong { display: block; margin: 18px 8px 6px 0; font-size: 16px; font-weight: 700; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: var(--db-navy); }
.list_type_card .link_card .thumnail { display: block; width: 100%; padding-top: 50%; background-size: cover; background-position: 50% 50%; border-radius: var(--db-radius-sm); }
.list_type_card .link_card .text { max-height: 78px; margin: 0; font-size: 14px; color: var(--db-text-secondary); line-height: 1.71; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

@media screen and (max-width: 1023px) {
  .type_card { margin: 60px auto -30px auto; padding: 0 24px; }
  .type_card .list_type_card { margin: 0 -8px; }
  .type_card .item_card { width: 50%; margin-bottom: 30px; }
  .type_card .link_card strong { margin: 16px 8px 4px 0; -webkit-line-clamp: 1; }
  .type_card .link_card { margin: 0 8px; }
  .type_card .link_card .text { -webkit-line-clamp: 2; line-height: 1.5; }
  .list_type_card .link_card .thumnail { padding-top: 65%; }
}

/* --- Banner (.type_banner) --- */
.type_banner { max-width: 1180px; margin: 120px auto 0 auto; }
.list_type_banner { margin: 0; padding: 0; list-style: none; }

.list_type_banner .link_banner {
  position: relative; display: block; height: 280px;
  font-size: 24px; color: var(--db-text); background-size: cover;
  background-position: 50% 50%; transition: all var(--db-transition);
  border-radius: var(--db-radius-sm); overflow: hidden; margin-bottom: 8px;
}

.list_type_banner li:nth-child(even) .box_content { float: right; text-align: right; }
.list_type_banner li:nth-child(even) .btn_go { right: 50px; left: auto; }
.list_type_banner .box_content { width: 70%; padding: 47px 45px 50px 48px; }
.list_type_banner .link_banner:hover { opacity: 0.85; }
.list_type_banner .link_banner strong { display: block; max-height: 58px; font-size: 50px; font-weight: 900; color: #fff; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.list_type_banner .link_banner .text { max-height: 80px; margin: 12px 4px 0 2px; font-size: 16px; color: #fff; line-height: 1.62; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.list_type_banner .link_banner .btn_go { position: absolute; left: 50px; bottom: 48px; width: 42px; height: 42px; background: var(--db-blue); border-radius: 42px; font-size: 17px; font-weight: 400; color: #fff; }

@media screen and (max-width: 1023px) {
  .type_banner { margin-top: 60px; padding: 0 24px; }
  .list_type_banner .link_banner { height: 100px; border-radius: 0; }
  .list_type_banner .box_content { width: 100%; padding: 25px; }
  .list_type_banner .link_banner strong { display: block; margin: 0; text-overflow: ellipsis; white-space: nowrap; font-size: 26px; overflow: hidden; }
  .list_type_banner .link_banner .btn_go { display: none; }
  .list_type_banner .link_banner .text { display: inline-block; width: 100%; margin: 2px 0 0 0; line-height: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
}

/* --- Notice List (.type_notice) --- */
.type_notice { max-width: 1180px; margin: 120px auto 0 auto; }
.type_notice:after { content: ''; display: block; clear: both; }
.type_notice .thumnail, .category_type_notice .thumnail { float: left; display: block; width: 280px; height: 160px; margin-right: 24px; background-size: cover; background-position: 50% 50%; border-radius: var(--db-radius-sm); }
.type_notice .info, .category_type_notice .info { padding-top: 8px; overflow: hidden; }
.list_type_notice, .category_type_notice .list_category { margin: 0; padding: 0; list-style: none; border-top: solid 2px var(--db-navy); }
.list_type_notice:after, .category_type_notice .list_category:after { content: ''; display: block; clear: both; }
.list_type_notice .item_notice, .category_type_notice .item_category { padding: 30px 0; border-bottom: 1px solid var(--db-border); }
.list_type_notice .item_notice:after, .category_type_notice .item_category:after { content: ''; display: block; clear: both; }
.list_type_notice .link_notice, .category_type_notice .link_category { display: block; color: var(--db-text); transition: all var(--db-transition); }
.list_type_notice .link_notice:hover, .category_type_notice .link_category:hover { color: var(--db-blue); }
.list_type_notice .link_notice strong, .category_type_notice .link_category strong { display: block; font-size: 22px; line-height: 32px; font-weight: 700; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.category_type_notice .link_category .info .name img { box-sizing: content-box; }
.list_type_notice .link_notice .text, .category_type_notice .link_category .text { font-size: 14px; line-height: 24px; margin: 6px 0 12px 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color: var(--db-text-secondary); width: 95%; }
.list_type_notice .link_notice .date, .category_type_notice .link_category .date { display: block; font-size: 13px; line-height: 20px; color: var(--db-text-muted); }
.category_type_notice .item_category:after { content: ''; display: block; clear: both; }

@media screen and (max-width: 1023px) {
  .type_notice, .category_type_notice { margin-top: 60px; padding: 0 24px; }
  .type_notice .thumnail, .category_type_notice .thumnail { width: 160px; height: 160px; margin-right: 16px; }
  .list_type_notice .item_notice, .category_type_notice .item_category { padding: 20px 0; }
}

@media screen and (max-width: 768px) {
  .list_type_notice .link_notice strong, .category_type_notice .link_category strong { font-size: 16px; line-height: normal; }
  .list_type_notice .link_notice .text, .category_type_notice .link_category .text { margin: 4px 0 8px 0; font-size: 14px; line-height: 1.5; -webkit-line-clamp: 2; }
  .type_notice .thumnail, .category_type_notice .thumnail { width: 100px; height: 100px; }
  .type_notice .info, .category_type_notice .info { padding-top: 0; }
}

/* ============================================
   CATEGORY (.area_category)
   ============================================ */
.area_category { max-width: 1180px; margin: 148px auto 0 auto; padding: 120px 24px 0 24px; }
.area_category a { text-decoration: none; }
.area_category ul { list-style: none; margin: 0; padding: 0; border: none; box-sizing: border-box; }
.area_category .title_section span { padding-left: 8px; font-size: 16px; }
.category_type_notice, .category_type_post { margin-bottom: 60px; }
.category_type_post .list_category:after { content: ''; display: block; clear: both; }
.category_type_notice .link_category { background: none !important; }
.category_type_post .link_category .text { display: none; }

@media screen and (max-width: 1023px) {
  .area_category { margin-top: 70px; padding-top: 60px; }
  .area_category .title_section { text-align: left; }
}

.category_type_related .list_category { list-style: none; margin: 0 -8px; padding: 0; border: none; box-sizing: border-box; font-size: 0; }
.category_type_related .thumnail { display: block; width: 100%; padding-top: 50%; background-size: cover; background-position: 50% 50%; border-radius: var(--db-radius-sm); }
.category_type_related .item_category { display: inline-block; width: 33.3%; margin-bottom: 54px; vertical-align: top; }
.category_type_related .link_category { display: block; padding: 0 8px; background: none !important; color: var(--db-text); }
.category_type_related .box_content { width: 100%; }
.category_type_related .link_category strong { display: block; margin: 18px 0 6px 0; line-height: 28px; font-size: 18px; color: var(--db-navy); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.category_type_related .link_related .info { display: inline-block; margin-top: 20px; font-size: 14px; color: var(--db-text-muted); line-height: 1.71; }
.category_type_related .link_category .text { max-height: 70px; margin: 0 0 13px 0; font-size: 14px; line-height: 20px; overflow: hidden; opacity: 0.7; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; width: 95%; }
.category_type_related .link_category .date { display: block; font-size: 13px; line-height: 20px; color: var(--db-text-muted); }

@media screen and (max-width: 1023px) {
  .category_type_related .item_category { width: 100%; margin-bottom: 30px !important; }
  .category_type_related .link_category strong { display: block; margin: 12px 0 4px 0; font-size: 17px; }
  .category_type_related .link_category .text { margin: 0 0 10px 0; }
}

/* --- Index --- */
.area_index_category a { text-decoration: none; }
.area_index_category .list_category { list-style: none; border: none; box-sizing: border-box; }
.list_index a { text-decoration: none; }
.list_index { margin-bottom: 0; margin-top: 0; padding: 0; }
.list_index:first-child { margin-top: 168px; }
.list_index:last-child { margin-bottom: 60px; }

@media screen and (max-width: 1023px) { .list_index:first-child { margin-top: 100px; } }

.list_index.category_type_related { display: inline-block; width: 33.3%; margin-left: -2px; margin-right: -2px; }
.list_index.category_type_related:first-child { margin-top: 200px; }
.list_index.category_type_related:last-child { margin-bottom: 0; }
.list_index.category_type_related .item_category { width: 100%; }

@media screen and (max-width: 1023px) {
  .list_index.category_type_related { width: 100%; margin: 0; }
  .list_index.category_type_related:first-child { margin-top: 120px; }
  .list_index.category_type_related .link_category { padding: 0; }
}

.area_view .absent_post { margin-top: 240px; }
@media screen and (max-width: 1023px) { .area_view .absent_post { margin: 200px 0 90px 0; } }

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

/* ============================================
   TISTORY COMMENT SYSTEM (tt-comment)
   ============================================ */
.tt-comment-cont .tt-box-total { margin-bottom: 20px; }
.tt-comment-cont .tt-box-total .tt_txt_g { font-size: 15px; }
.tt-comment-cont .tt-box-total .tt_num_g { font-size: 15px; color: var(--db-blue); }
.tt-comment-cont .tt-link-comment .tt_num_g { color: var(--db-blue); }
.tt-comment-cont .tt-wrap-cmt .tt-link-user { font-size: 15px; }
.tt-comment-cont .tt-wrap-cmt .tt_desc { font-size: 15px; color: #666; }
.tt-comment-cont .tt-txt-mention { color: #666; }
.tt-comment-cont .tt-wrap-cmt .tt_txt_g { color: var(--db-blue); }
.tt-comment-cont .tt-btn_register { width: 115px; height: 42px; background-color: var(--db-blue); border-radius: var(--db-radius-sm); border-color: var(--db-blue); }
.tt-comment-cont .tt-btn_register:hover { background-color: var(--db-blue-hover); border-color: var(--db-blue-hover); }
.tt-comment-cont .tt-btn_register:focus { background-color: var(--db-blue-hover); border-color: var(--db-blue-hover); }
.tt-comment-cont .tt-item-reply:last-child { border-top: 1px solid var(--db-bg-subtle); }
.my_edit .ico_more { fill: #fff !important; }

/* ============================================
   TISTORY EDITOR (#article-view)
   ============================================ */
#article-view {
  padding: 20px 20px 50px;
  word-wrap: break-word;
  color: var(--db-text);
  min-height: 370px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", 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: var(--db-navy); 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: var(--db-bg-subtle);
  padding: 20px 20px 22px; margin: 20px 0;
  border: 1px dashed var(--db-border); color: var(--db-text);
  border-radius: var(--db-radius-sm);
}

#article-view a { color: var(--db-blue); 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: var(--db-text);
  line-height: 1.67; border: 0 none; font-family: "Noto Serif KR";
}

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

#article-view blockquote[data-ke-style='style3'] {
  border: 1px solid var(--db-border); background-color: var(--db-bg-subtle);
  text-align: left; padding: 21px 25px 20px 25px;
  color: var(--db-text-secondary); font-size: 1em; line-height: 1.75;
  border-radius: var(--db-radius-sm);
}

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

#article-view span[data-lightbox] { cursor: pointer; }

/* 파일 첨부 */
#article-view figure.fileblock {
  width: 470px; height: 73px; box-sizing: border-box;
  position: relative; border-radius: var(--db-radius-sm);
  margin-top: 20px; margin-bottom: 0px;
  box-shadow: var(--db-shadow); border: solid 1px var(--db-border);
}

#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: var(--db-text); font-size: 14px; text-overflow: ellipsis; width: 100%; height: 20px; margin: 16px 0 0; }
#article-view figure.fileblock .size { font-family: "Pretendard Variable", Pretendard; font-size: 12px; color: var(--db-text-muted); 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: var(--db-text-muted); 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 { margin-bottom: 0px; border-color: var(--db-border); }
#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: var(--db-bg-subtle); }
#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: var(--db-shadow); border: solid 1px var(--db-border); border-radius: var(--db-radius-sm); text-decoration: none; color: var(--db-navy); overflow: hidden; }
#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 var(--db-border); 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: var(--db-navy); font-size: 22px; padding-bottom: 10px; max-width: 467px; text-overflow: ellipsis; white-space: nowrap; margin: 0px; overflow: hidden; font-family: "Pretendard Variable", Pretendard; }
#article-view figure[data-ke-type='opengraph'] .og-desc { margin: 0px; max-width: 467px; text-overflow: ellipsis; overflow: hidden; font-family: "Pretendard Variable", Pretendard; font-size: 14px; font-weight: 300; color: var(--db-text-secondary); 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: 16px; -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: 16px; 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 var(--db-border); border-radius: var(--db-radius-sm); 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: var(--db-text-muted); font-size: 16px; line-height: 26px; font-family: "Pretendard Variable", Pretendard, 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: var(--db-navy); margin-left: 0; }
#article-view figure.imageslideblock div.mark span:last-child { margin-right: 0; }
#article-view figure.imageslideblock figcaption { text-align: center; color: var(--db-text-secondary); 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: var(--db-text-muted); 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; }
