@charset "utf-8";
::selection{text-shadow: none;}
:root {
	--base:#0e1131;
  --header:#0e1131;
}


/* Type Selector Reset */
* {box-sizing:border-box;}
.container_postbtn {display:none !important;}/* 공감버튼 가림 */

body {
  font-weight: 400;
  font-family: Pretendard-Regular, sans-serif;  
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  user-select:none;
}

body {height:100%; overflow:hidden;}
body.loadOk {height:inherit; overflow:auto;}
body.loadOk .loadMask {display:none;}
.loadMask {z-index:999999999; position:fixed; left:0; top:0; width:100%; height:100%;	display:flex; justify-content:center; align-items:center;}
.loadMask:before {z-index:0; content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.5;}
.loadMask .bar {z-index:1; position:relative; display:block; width:50%; height:5px; overflow:hidden; background:#fff; border-radius:100px;}
.loadMask .bar:before {content:""; width:100%; height:100%; position:absolute; top:0; background:var(--base); border-radius:100px; animation:aaa .7s infinite ease;}
@keyframes aaa {0% {left:-100%;} 100% {left:100%;}}

html, body {width: 100%; height: 100%; margin: 0; padding: 0; font-size:17px; line-height: 1.7;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input,
textarea, p, blockquote, th, td, figure {margin: 0; padding: 0;}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display: block;}
button, input[type=submit], input[type=reset], input[type=button] {overflow: visible; cursor: pointer;}
input[type=text], input[type=email], input[type=password], input[type=submit], textarea {-webkit-appearance: none;}
input, select, textarea, button {font-family: Pretendard-Regular, sans-serif; font-size: 100%; border-radius: 0;}
button {overflow: visible; margin: 0; padding: 0; border: 0; background: transparent;}
ul li {list-style: none;}
img, fieldset {border: none; vertical-align: top;}
hr {display: none;}
u {color:var(--base);}
.none {display:none !important;}
table {width:100% !important; font-size:15px !important;}
table th {background:#f0f0f0; text-align:center;}
table tr>* {padding:5px !important; line-height:1.3 !important;}


/* Layout Selector */
#header {
  z-index:99999; position:fixed; top:0; height:50px;
  display:flex; justify-content:space-between; align-items:center;
  width:100%; padding:10px 20px; background:var(--base); border-top:1px solid #e5e5e5;
  box-shadow:0 -5px 7px rgba(0,0,0,.07);
}
#header .blogTitle {padding:0;}
#header .blogTitle a {font-weight:600; line-height:1; color:#fff; text-decoration:none;}
#header .blogTitle a span {font-size:10px; font-weight:normal; line-height:1; color:#fff; opacity:.5;}
#header .fixmenu {display:flex; align-items:center; gap:10px; font-size:14px; font-weight:600; line-height:1; color:#fff; text-decoration:none;}
#header .fixmenu li.on {color:yellow !important;}
#header .fixmenu span {cursor:pointer; letter-spacing:1px;}
#header+.container {margin-top:50px;}

#content .inner {max-width: 960px; margin: 0 auto;}
#content>.inner {  max-width: 860px;}
#content .inner:after {content: ""; clear: both; display: block; height: 0; visibility: hidden;}
#footer {position: relative; padding: 29px 0; border-top: 1px solid #ebebeb;}
#footer p {text-align: center; font-size: 0.75em; color: #9b9b9b;}
#footer p a {text-decoration: none; color: #9b9b9b;}
#tt-body-index #footer {border-top: 0;}

.btn, a.btn {display: inline-block; width: 158px; height: 50px; border: 1px solid #dcdcdc; font-size: 0.875em; line-height: 50px; color: unset;}
.btn:hover {border-color: #4d4d4d;}

.post-header {position: relative; overflow: hidden; margin:0 auto; padding:50px 20px; border-bottom: 1px solid #ebebeb;}
.post-header h1 {float: left; font-size: 1em;}
.post-header .list-type {display:none;}

.post-item {overflow: hidden; width: 100%; padding:20px;}
.post-item+.post-item {border-top:1px solid #e5e5e5;}
.post-item a {display:grid; grid-template-columns: 80px 1fr; gap:15px; text-decoration: none; color: #080808;}
.post-item a:hover .title {
  text-decoration: underline;
  color: #4e2e28;
}
.post-item .thum {background:#f5f5f5; border-radius:10px;}
.post-item .thum img {width:100%; height:100%; object-fit:cover; border-radius:10px;}
.post-item .title {line-height: 1.4;}
.post-item .excerpt {-webkit-line-clamp:2;}
.post-item .wrap {display:flex; gap:5px; flex-direction:column; width:100%;}
.post-item .title {
  display: block;
  margin-bottom:0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.4;
}
.post-item .excerpt {
  display: block; max-height:48px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #666;
}

.post-item .date {display: block; font-size: 0.8125em; color: #999;}
.pagination {text-align: center; border-top:1px solid #e5e5e5;}
.pagination .current {display: none;}
.pagination .view-more {
  display: inline-block; width: 158px; height: 50px; margin:20px 0; border: 1px solid #222;
  font-size: 0.875em; line-height: 50px; color: #000; background:#fff;
}

.pagination .view-more:hover {border-color: #4d4d4d; background: none;}

.pagination a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  text-decoration: none;
  font-size: 0.9375em;
  line-height: 24px;
  color: #b2b2b2;
  vertical-align: middle;
}
.pagination a:hover {background-color: #ebebeb;}
.pagination .selected {color: #000;}
.pagination .prev,
.pagination .next {
  width: 50px;
  height: 50px;
  background-image: url(./images/ico_package.png);
  background-repeat: no-repeat;
  border: 1px solid #dcdcdc;
  text-indent: -999em;
  vertical-align: middle;
  box-sizing: border-box;
}

.pagination .prev {background-position: -50px 0;}
.pagination .next {background-position: -100px 0;}
.pagination .prev:hover,
.pagination .next:hover {background-color: transparent; border-color: #4d4d4d;}
.pagination .no-more-prev,
.pagination .no-more-next {display: none;}

.hgroup {/*position:absolute; left:-99999px;*/ max-width: 860px; padding:20px;}
.hgroup .category {display:none;}
.hgroup h1 {display: block; font-weight:600; font-size:22px; line-height: 1.3;}

.hgroup .post-meta {display: block; font-size: 0.8125em; color: var(--base) !important; font-weight:600;}
.hgroup .post-meta .date {display:none; font-weight:400; color:#ccc;}
.hgroup .post-meta a {text-decoration: none; color: #999;} 
.hgroup .post-meta a:hover {text-decoration: underline;}
.hgroup .post-meta span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 7px 0 10px;
  background-color: #ebebeb;
  vertical-align: baseline;
}

.hgroup .post-meta span:first-child:before {content: none;}
.another_category {margin: 60px auto 80px; padding: 0 !important; border: 0 !important;}
.another_category h4 {margin-bottom: 28px; font-weight: 400; font-size: 1em !important;}
.another_category h4 em {border-bottom: 1px solid #000; font-style: normal;}

.another_category table {
  width: 100%;
  border-collapse: collapse;
  border: 0 !important;
  font-size: 0.9375em;
  color: #666;
}
.another_category table th {
  padding: 8px 0 4px;
  border: 0 !important;
  text-align: left;
  font-weight: 400;
}
.another_category table th a {text-decoration: none; color: #666;}
.another_category td {
  width: 60px;
  padding: 8px 0 4px;
  border-left: 0 !important;
  border-top: 0 !important;
  font-size: 0.8125em;
  line-height: 1;
  color: #b2b2b2;
}

.related-articles {overflow: hidden; width: 100%; margin: 57px 0 69px;}
.related-articles h2 {margin-bottom: 28px; font-weight: 400; font-size: 1em;}
.related-articles h2 em {border-bottom: 1px solid #000; font-style: normal;}
.related-articles ul li {float: left; width: 24.0625%; padding-left: 1.25%;}
.related-articles ul li:first-child {padding-left: 0;}
.related-articles ul li a {display: block; text-decoration: none; color: #080808;}
.related-articles ul li a:hover .title {text-decoration: underline; color: #4e2e28;}
.related-articles ul li .thum {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 12px;
  padding-bottom: 75.757575757575758%;
  background-color: #ebebeb;
}

.related-articles ul li .thum:before {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
  text-align: center;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 0.875em;
  color: #cbcbcb;
}

.related-articles ul li .thum img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.related-articles ul li .category {
  display: inline-block;
  margin-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
  font-size: 0.875em;
  color: #808080;
}

.related-articles ul li .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.75em;
  margin-bottom: 9px;
  font-weight: 700;
  line-height: 1.375;
}

.related-articles ul li .date {display: block; font-size: 0.8125em; color: #999;}

/* Entry Content */
.entry-content h1 {margin: 60px 0 19px; font-size: 1.6875em;}
.entry-content h2 {margin: 60px 0 19px; font-size: 1.5em;}
.entry-content h3 {margin: 60px 0 19px; font-weight: 700; font-size: 1.3125em;}
.entry-content h4 {margin: 60px 0 19px; font-weight: 400; font-size: 1.125em;}
.entry-content p img {max-width: 100%; height: auto; margin-top: 36px;}
.entry-content hr {display: block; height: 0; border: 0; border-bottom: 1px solid #000;}
.entry-content pre {
  word-break: break-word;  white-space: pre-wrap; word-wrap: break-word; padding: 20px !important;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  border-radius: 10px;
  font-family: inherit !important;
  }
.entry-content pre code.hljs {padding: 20px;}
.entry-content a {color: #666;}
.entry-content img.alignleft {float: left; margin: 0 22px 22px 0;}
.entry-content img.aligncenter {display: block; margin: 0 auto 22px;}
.entry-content img.alignright {float: right; margin: 0 0 22px 22px;}
.entry-content blockquote {margin-bottom: 60px; padding: 16px 20px; border-left: 4px solid #e6e6e6;}
.entry-content blockquote p {margin: 22px 0 0;}
.entry-content blockquote p:first-child {margin-top: 0;}
.entry-content table {width: 100%;margin-bottom: 22px; border-collapse: collapse;}
.entry-content table thead th {padding: 7px 0 11px;}
.entry-content table tbody td {padding: 7px 0 11px;}

.entry-content input {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e6e6e6;
  font-size: 0.875em;
  line-height: 1.25;
  color: #666;
  box-sizing: border-box;
  vertical-align: middle;
}

.entry-content .protected_form {
  margin-bottom: 40px;
  padding: 120px 0 200px;
  border-bottom: 1px solid #7a583a;
  text-align: center;
}

.entry-content .protected_form p:before {
  content: "";
  display: block;
  width: 64px;
  height: 84px;
  margin: 0 auto 30px;
  background: url(./images/ico_package.png) no-repeat -50px -100px;
}

.entry-content .protected_form input {
  width: 220px;
  height: 50px;
  margin-bottom: 10px;
  background-color: transparent;
  vertical-align: top;
}
.entry-content .cap1 {text-align: center; font-size: 0.875em; font-style: italic;}


/* ETC */
#dimmed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
}

/* Post Type & Color Type */
.post-type-thumbnail .post-item {
  float: left;
  width: 24.0625%;
  margin: 0 0 58px;
  padding-left: 1.25%;
  border: 0;
}

.post-type-thumbnail .post-item:nth-child(4n+1) {padding-left: 0;}
.post-type-thumbnail .post-item a {padding: 0;}
.post-type-thumbnail .post-item .thum {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  height: 0;
  margin: 0 0 9px 0;
  padding-bottom: 75.757575757575758%;
  background-color: #ebebeb;
}

.post-type-thumbnail .post-item .thum:before {
  content: "NO IMAGE";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
  text-align: center;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 0.875em;
  color: #cbcbcb;
}

.post-type-thumbnail .post-item .thum img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
}

.post-type-thumbnail .post-item .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  height: 2.75em;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.375em;
}

.post-type-thumbnail .post-item .excerpt {display: none;}
.post-type-thumbnail .pagination {margin-top: 0;}


/* Retina Display */
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {

  #header .search button,
  #header .search:before,
  .social-link a,
  .cover-slider .prev,
  .cover-slider .next,
  .cover-gallery ul li a:before,
  .post-header .list-type button,
  .pagination .prev,
  .pagination .next,
  .comments .comment-form .field .secret input[type=checkbox]:checked+label:before {
    background-image: url(./images/ico_package_2x.png);
    background-size: 200px auto;
  }

  .color-chocolate .social-link a,
  .color-chocolate #header .search button,
  .color-chocolate .cover-gallery ul li a:before,
  .color-chocolate .post-header .list-type button {
    background-image: url(./images/ico_package_chocolate_2x.png);
    background-size: 200px auto;
  }
}

/* Media Screen - Mobie */
@media screen and (max-width:767px) {
  #header h1 {padding: 15px 62px; line-height: 1.25;}
  #header h1 a {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  .hgroup {padding:20px;}

  #content .guest_inner,
  #content>.inner {padding:0}
  .post-header {padding: 20px 18px;}
  .post-type-thumbnail .post-item {
    width: 48.591549295774648%;
    margin-bottom: 26px;
    padding-left: 2.816901408450704%;
  }

  .post-type-thumbnail .post-item:nth-child(4n+1) {
    padding-left: 2.816901408450704%;
  }

  .post-type-thumbnail .post-item:nth-child(2n+1) {
    clear: both;
    padding-left: 0%;
  }

  .post-type-thumbnail .post-item .title {
    -webkit-line-clamp: 3;
    height: auto;
    max-height: 4.125em;
  }

  .entry-content .table-wrap {
    overflow: auto;
    width: 100%;
  }

  .entry-content table {
    width: 680px;
    table-layout: fixed;
  }

  .entry-content .protected_form input {
    display: block;
    width: 160px;
    margin: 0 auto 10px;
  }

  .pagination {
    padding: 0 18px;
  }

  .pagination a {
    display: none;
  }

  .pagination .current {
    display: block;
    font-size: 0.875em;
    line-height: 50px;
  }

  .pagination .prev {
    display: block;
    float: left;
    margin: 0;
  }

  .pagination .next {
    display: block;
    float: right;
    margin: 0;
  }

  .another-category table th {
    display: block;
    padding: 0;
  }

  .another-category table td {
    display: block;
    margin-bottom: 19px;
  }
}

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

.guest_inner .tt-comment-cont {
  padding-top: 40px;
}

.tt-comment-cont .tt-box-total .tt_txt_g {
  font-size: 14px;
}

.tt-comment-cont .tt-box-total .tt_num_g {
  font-size: 14px;
}

.tt-comment-cont .tt-wrap-cmt .tt-link-user {
  font-size: 14px;
}

.tt-comment-cont .tt-wrap-cmt .tt_desc {
  font-size: 14px;
  color: #666;
}

.tt-comment-cont .tt-txt-mention {
  color: #666;
}

.tt-comment-cont .tt-btn_register {
  width: 158px;
  height: 50px;
  background-color: #fff;
  color: #222;
  border-radius: 0;
  border-color: #DCDCDC;
}

.tt-comment-cont .tt-btn_register:hover {
  background-color: #fff;
  border-color: #222;
}

.tt-comment-cont .tt-btn_register:focus {
  background-color: #fff;
  border-color: #222;
}

/* 전체 공통 */
#article-view {
  position:relative;
  margin:0;
  word-wrap: break-word;
  color: #000;
  font-family: Pretendard-Regular, sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}



/* 텍스트 관련 */
#article-view h2 {
  font-size: 24px !important; line-height: 1.2 !important; font-weight:600 !important;
  margin:0 0 10px; color:var(--base) !important;
}
#article-view h2 span {color:var(--base) !important;}
#article-view *+h2 {margin:70px 0 10px;}
#article-view h2 + * {margin-top:10px !important;}

#article-view h3 {
  font-size: 20px !important; line-height: 1.2 !important; font-weight:600 !important;
  margin:50px 0 10px !important;
}

#article-view h2+h3 {margin-top:10px !important;}

#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;
}

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

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

#article-view p+p, #article-view p {
  
}

#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;
}


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

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

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

#article-view figure.imageblock.alignCenter {
  position:relative; margin: 20px auto 0; text-align: center; max-width:100%; overflow:hidden;
}
#article-view figure.imageblock.alignCenter:after {
  content:""; position:absolute; left:0; top:0; width:100vw; height:100vh; background:#fff; opacity:0;
}

#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%;}


/* 오픈 그래프 */
#article-view figure[data-ke-type='opengraph'] {margin: 10px 0;}
#article-view figure[data-ke-type='opengraph'] a {
  box-sizing: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  border: solid 2px rgba(0, 0, 0, 1);
  text-decoration: none;  
}
#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: #fff;
  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;
  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: 16px; -webkit-line-clamp: 2; max-height:42px !important;}
  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-desc {display:block !important; font-size:15px !important;}
  #article-view figure[data-ke-type='opengraph'] div.og-text p.og-host {bottom: 10px;}
}


/* ******************************************************************************************************** */
/* ************************************************* 수정 ************************************************** */
.hidden {position:absolute; left:-99999999px; width:100%;}
.contents_style {padding:20px;}
.contents_style ol {margin-left:25px;}
.contents_style>p+figure:nth-child(2) {position:absolute !important; left:-9999px;}
#article-view p>a {
  display:flex; justify-content:space-between; gap:10px; padding:10px 15px; align-items:center; margin:10px 0; line-height:1.2 !important;
  font-size:16px; font-weight:600; color:#0270d1 !important; text-decoration: none;
  border:1px solid #E5E5E5; border-radius:10px; background:#fff;
  /* animation: blinkA 1s linear infinite alternate; */
}
@keyframes blinkA {
  0% { border-color: #0087fd; }
  50% { border-color: #fff; padding-left:20px;}
  100% { border-color: #0088ff; }
}
#article-view p>a:after {
  content:"관련글"; display:block; color:#fff; font-size:12px; line-height:1; font-weight:600; word-break:keep-all;
  background:#000; padding:7px 10px; border-radius:4px;  
}


/* *** 운세 *** */
.unse,
.unse * {padding:0; margin:0; box-sizing:border-box !important; list-style:none !important;}
.unse .tabWrap .ment {text-align:center; font-size:15px; line-height:1.5; margin:20px 0 !important; color:#888}
.unse .tabWrap .ment span {display:block; font-weight:600; color:#000;}
.unse .tabWrap ul {display:grid; grid-template-columns:repeat(4,1fr); gap:12px; text-align:center; font-size:15px; font-weight:600; color:#000; margin:0; padding:0 !important; background:#fff !important; border:0 !important;}
.unse .tabWrap ul li {font-size:15px; text-align:center; line-height:1; padding:15px 0; cursor:pointer; color:#000; border-radius:10px; background:#fff; border:2px solid var(--base);}
.unse .tabWrap ul li.on {background:var(--base); color:#fff; border:none; box-shadow:7px 7px 7px rgba(0,0,0,.1);}
.unse .tabCon {margin-top:50px;}
.unse .tabCon .item {position:absolute; left:-9999999px;}
.unse .tabCon .item.on {position:relative; left:0;}
.unse .tabCon .item h2 {
	position:relative !important; left:0 !important; margin:0 !important;
	line-height:1 !important; font-size:22px !important; font-weight:600 !important; color:var(--base) !important;
}
.unse .tabCon .item .head {position:relative; display:flex; flex-direction:column; gap:8px;}
.unse .tabCon .item .head p {line-height:1 !important; font-size:13px; color:#000; font-weight:600;}
.unse.icon .tabCon .item .head {padding-left:60px;}
.unse.icon .tabCon .item .head img {position:absolute; left:0; top:-0; width:50px; aspect-ratio:1/1; border-radius:50%;}
.unse .tabCon .item .con {margin-top:30px;}
.unse .tabCon .item .con h3 {margin:20px 0 0 !important; font-size:17px !important; font-weight:600 !important; color:#000 !important;}
.unse .tabCon .item .con i+h3 {margin:0 !important;}
.unse .small {font-size:15px; color:#666; text-align:center; margin-top:20px;}
/* ** 링크버튼 ** */
.qlinkwrap {position:relative; display:flex; flex-wrap:wrap; gap:3px; margin:20px 0 0; align-items:center;}
.qlinkwrap .qlink {
	font-size:14px; font-weight:600; color:#fff; line-height:1;
	padding:13px 17px; border-radius:100px; cursor:pointer; background:var(--base);
}
.qlinkwrap .qlink.hit {color:#fff; background:var(--base); border:none;}



/* ** 본문아래 추가 임의 게시물 넣기 ** */
/* 하단 선택 게시물 밀어넣기 - choiceWrap */
.choiceWrap {
	  position: relative; padding:30px 20px;
    border-top:10px solid #eee;
    border-bottom:1pxs olid #e5e5e5;
}
.choiceWrap .tit p {position:relative; font-size:20px; font-weight:600; color:#000; line-height:1;}
.choiceWrap .tit span {font-size:13px; color:#bbb; margin:0 !important; line-height:1 !important;}
.choiceWrap ul {display:flex; flex-direction:column; margin-top:20px; padding:0;}
.choiceWrap li {
	position:relative; display:flex; flex-direction:column; justify-content:space-between;
	padding:0 95px 0 0 !important; cursor:pointer;
	list-style:none !important; background:#fff !important; border-radius:0 !important;
	margin-left:0 !important;
	border:0 !important;
}

.choiceWrap li {margin-bottom:30px !important;}
.choiceWrap li:before {
	content:""; position:absolute; top:-15px; left:-20px;
	width:calc(100% + 40px); height:1px; background:#f0f0f0;
}
.choiceWrap li img {
	position:absolute; right:0; top:3px; width:70px; aspect-ratio:1/1; object-fit: cover;
	overflow:hidden; border-radius:10px;
}
.choiceWrap li p {
	margin:0; height:26px;
	font-weight:600; line-height:1.3; color:#000;
	overflow:hidden; display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.choiceWrap li small {
	margin-top:5px; font-size:14px; color:#999; line-height:1.6; 
	overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.choiceWrap li small span {color:#e34469; padding-right:10px; font-size:13px;	line-height: 1.4;}
.choiceWrap li:last-child {margin-bottom:0 !important;}

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



/* *** 광고 *** */
.ads.topFix {border-top:1px solid #e5e5e5;}
.adsBox {position:relative;}
.adsBox.middleFix {border-top:1px solid #e5e5e5; background:url(https://tistory1.daumcdn.net/tistory/6220946/skin/images/cover1.webp) no-repeat center/cover;}
.adsBox.middleFix:before {content:""; position:absolute; left:0; top:0; width:100%; height:100%; opacity:.7; background:#000; }
.adsBox.middleFix>figure {margin:0 !important;}
.adsBox.middleFix>figure a {height:auto !important;}
.adsBox.middleFix>figure .og-image {display:none !important;}
.adsBox.middleFix>figure .og-text {position:relative !important; left:auto !important; height:auto !important; padding: 50px 10% !important; text-align:center !important; word-break:keep-all !important;}
.adsBox.middleFix>figure .og-title {
  position:relative !important; margin:0 !important; padding-bottom:0 !important; max-width:auto !important;
  display:flex !important; flex-wrap: wrap; justify-content: center; align-items: center;
  font-size:24px !important; font-weight:600; word-break: keep-all; color:#fff !important;
  line-height:1.3 !important; white-space:normal !important;
}
.adsBox.middleFix>figure .og-title:after {content:"지금보기"; background: #fff; font-size: 13px; color: #000; padding: 13px 30px 11px; border-radius: 100px; margin: 10px;}
.adsBox.middleFix>figure .og-host {display:none !important;}


.adsBox ins {padding:0; margin:0;}
.adsPoint ins {margin:15px 0;}
.postBox {width:0; height:0; overflow: hidden;}

/* 본문에 끼워넣는 다른글 수정 - 제일 하단에 정리하기 */
figure[data-ke-type="opengraph"] div.og-text p.og-title, #tt-body-page figure[data-ke-type="opengraph"] div.og-text p.og-title {margin:0 !important;}
#article-view figure[data-ke-type='opengraph'] div.og-text p.og-title {-webkit-line-clamp:2 !important; font-size:18px !important; color:red;}
/*#article-view figure[data-ke-type='opengraph'] div.og-text p.og-title:before {content: "추천"; display: inline-block; margin-right: 10px; color: red;}*/

figure[data-ke-type='opengraph'] {margin:20px 0 !important;}
figure[data-ke-type='opengraph'] a {
  display:grid !important; grid-template-columns:auto 1fr; gap:10px; justify-content:flex-start !important;
  height:auto !important; padding:15px; border-radius:10px;
  border:1px solid #f0f0f0 !important; box-shadow:2px 2px 7px rgba(0,0,0,.1) !important;
}
figure[data-ke-type='opengraph'] div.og-image {
  position:relative !important; width:clamp(50px,70px,120px) !important; height:100% !important; border-radius:7px; overflow:hidden;
}
figure[data-ke-type='opengraph'] div.og-text {
  position:relative !important; height:auto !important; left:auto !important; padding:0 !important; font-style:normal !important;
}
figure[data-ke-type='opengraph'] div.og-text .og-title {
  font-size:17px !important; font-weight:600; line-height:1.2 !important;
  max-width:100% !important; white-space:normal !important;
}
figure[data-ke-type='opengraph'] div.og-text .og-desc {margin-top:5px !important; font-size:15px important; line-height:1.4 !important;/*display:none !important;*/}
figure[data-ke-type='opengraph'] div.og-text .og-host {display:none !important;}


/* ***************** 리스트스타일 ******************* */
#tt-body-page ul[data-ke-list-type='disc'] {
  margin: 15px 0 15px 25px !important; line-height: 1.5;  
}
#tt-body-page ul[data-ke-list-type='disc'] > li+li {margin-top:5px;}

/* 태그 하단에 띄위기 */
.tags {z-index:999; position:fixed; right:20px; bottom:70px; opacity:0;  transform:translateX(100%); transition:.5s ease;}
.tags.on {opacity:1; transform:translateX(0)}
.tags h2 {display:none !important;}
.tags .items {display:flex; gap:2px;}
.tags .items a {
  padding:13px 20px; line-height:1; font-size:14px; font-weight:600; color:#fff; text-decoration:none;
  background:#000; border-radius:100px; border:2px solid #fff; pointer-events:auto;
}

/* 이미지 최대 넓이 100% */
.max100 img {max-width:100% !important;}
.max100 #article-view figure.imageblock.alignCenter {width:auto !important;}

