@charset "UTF-8";

.container_postbtn .btn_post .ico_like,.container_postbtn .btn_post .empathy_up_without_ani .ico_like,.container_postbtn .btn_post .ico_like:hover {
	background:none!important;
}

/* 디바이더 */
.divider {
  width: 1px; /* 세로선 */
  height: 40px; /* 선의 높이 */
  background-color: #ccc;
  margin: 0 5px;
}

/* 플로팅 버튼 컨테이너 */
.floating-buttons {
  background-color: rgb(54, 54, 54); /* 기본 배경색 */
  padding: 10px 20px;
  border-radius: 8px; /* 둥근 모서리 */
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row; /* 가로로 나열 */
  align-items: center;
  gap: 5px;
  z-index: 1000; /* 다른 요소 위로 표시 */
}

/* 공통 버튼 스타일 */
.floating-button {
  display: inline-block; /* 앵커 태그를 버튼처럼 보이게 */
  color: #ffffff; /* 텍스트 흰색 */
  text-decoration: none; /* 링크 밑줄 제거 */
  border: none; /* 테두리 제거 */
  border-radius: 8px; /* 둥근 모서리 */
  padding: 8px 5px; /* 여백 */
  font-size: 18px; /* 글자 크기 */
  text-align: center; /* 텍스트 가운데 정렬 */
  width: 30px; /* 고정된 가로 크기 */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* 그림자 */
  transition: all 0.3s ease; /* 부드러운 애니메이션 */
  cursor: pointer; /* 포인터 표시 */
}

/* hover 효과 */
.floating-button:hover {
  opacity: 0.9; /* 약간 어둡게 */
  transform: translateY(-2px); /* 살짝 위로 올라감 */
}

/* focus 효과 */
.floating-button:focus {
  outline: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* 포커스 시 강조 */
}

/* 포스트 목차 서식 스타일 */
.index {
  background-color: rgb(247, 247, 247);
  padding: 10px 20px;
  border: solid 2.71px #080808;
  border-radius: 10px 10px 10px 10px;
  width: 70%;
}

.index .indexTitle {
  font-size: 1.55em;
  color: #333;
  line-height: 2;
}

.index .indexList {
  font-size: 15PX;
  color: #333;
  line-height: 2;
}

.index .indexList:hover {}

@media screen and (max-width: 767px) {
  .index .indexList:hover {
    text-decoration: none;
  }
}

/* 티스토리 자동 링크 스타일 */
figure[data-ke-type='opengraph'],
#tt-body-page figure[data-ke-type='opengraph'] {
  margin-top: 5px;
  margin-bottom: 15px;
}

figure[data-ke-type='opengraph'] a,
#tt-body-page figure[data-ke-type='opengraph'] a {
  height: 100px !important;
}

figure[data-ke-type='opengraph'] div.og-image {
  width: 100px !important;
}

figure[data-ke-type='opengraph'] div.og-text {
  left: 100px !important;
  padding: 20px !important;
}

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 {
  max-width: 550px !important;
  font-size: 18px !important;
  color: #555 !important;
}

figure[data-ke-type='opengraph'] div.og-text p.og-desc,
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-desc {
  padding-right: 50px;
  max-height: initial !important;
  -webkit-line-clamp: 1 !important;
  line-height: 14px !important;
  color: #999 !important;
}

figure[data-ke-type='opengraph'] div.og-text p.og-host,
#tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-host {
  bottom: 0 !important;
  right: 10px !important;
  font-size: 9px !important;
  color: #ccc !important;
}

#tt-body-index .hd {
  display: none
}

*:focus {
  outline: 0;
}

h1 {
  font-size: 21px !important;
  line-height: 1.4;
}

.post-content h2 {clamp(0.625rem, 0.162rem + 2.059vi, 1.063rem)
  margin: 0.5em 0 0.1em 0;
  font-weight: normal;
  position: relative;
  text-shadow: 0 -1px rgb(0 0 0 / 60%);
  font-size: 25px;
  line-height: 40px;
  background: #00c;
  background: #333;
  border: 1px solid #fff;
  padding: 5px 15px;
  color: white;
  border-radius: 10px 10px 10px 10px;
  box-shadow: inset 0 0 5px rgb(53 86 129 / 50%);
  font-family: Noto Sans Demilight, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.post-content h3 {
  font-weight: bold;
  width: 70%;
  font-size: 1.3em;
  padding: .43em .5em .35em .7em;
  border: solid 2.71px #080808;
  border-radius: 10px 10px 10px 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #fffafa, #fffafa 3px, #faf0e6 3px, #fffaf0 7px);
  /* background: repeating-linear-gradient(
-45deg
,#fffafa,#fffafa 3px,#faf0e6 3px,#f5f5f5 7px); */
  line-height: 1.0;
  font-weight: bold;
}

h4 {
  font-size: 20px !important;
  line-height: 1.4
}

h5 {
  font-size: 18px !important;
  line-height: 1.4
}

h6 {
  font-size: 16px !important;
  line-height: 1.4
}

a {
  cursor: pointer;
}

.post-content p {
    font-size: clamp(0.625rem, 0.162rem + 2.059vi, 1.063rem);
}

header>.tt-search-inner {
  position: absolute;
  right: 70px;
  top: 20px;
  z-index: 0
}

header>.tt-search-inner input {
  background: 0 0 !important;
  border-bottom: 1px solid #fff;
  color: #fff !important;
  padding: 10px;
  font-size: 15px;
  width: 280px;
  outline: 0
}

header>.tt-search-inner input::placeholder {
  color: #fff
}

i {
  margin: 0px 5px 0px 0px;
}

.container_postbtn .btn_menu_toolbar.following .ico_check_type1 {
  margin-top: 16px
}

body,
html {
  font-family: Noto Sans Demilight, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  scroll-behavior: smooth
}

#tt-body-page figure.fileblock,
figure.fileblock {
  width: 250px
}

#tt-body-page figure.fileblock:hover,
figure.fileblock {
  border-color: #3ea2ff;
  transition: .5s
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

body,
button,
input,
select,
table,
textarea {
  color: #444
}

button,
input {
  border: 0;
  border-radius: 0
}

img {
  border: 0
}

ol,
ul {
  font-size: 14px;
  list-style: none
}

address,
em {
  font-style: normal
}

a {
  color: #666;
  font-weight: 400;
  text-decoration: none !important;
  z-index: 999;
}

a:hover {
  text-decoration: none
}

blockquote {
  padding: 5px 20px;
  margin: 10px 0 20px;
  color: #999;
  font-size: .9em;
  border-left: 4px solid #e1e4e5
}

blockquote footer {
  display: block;
  font-size: .85em;
  line-height: 1.42857143;
  color: #b3b3b3
}

blockquote footer:before {
  content: '\2014 \00A0'
}

iframe {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}

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

#top_hide_menu {
  display: none
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.index_wrap {
  position: relative;
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
  color: #242424;
  letter-spacing: -.2px;
  overflow: hidden;
}

.post_category {
  margin-bottom: 5px;
  color: #3180ca;
  font-weight: 700;
}

#tt-body-category .h-entry:after {
  display: block;
  border-bottom: 1px solid #dae1e6;
  width: 100%;
  content: "";
  margin-top: 4px;
}

.list_content .thumbnail_post {
  float: left;
  height: 150px;
  width: 150px;
  margin: 4px 30px 4px 0
}

.list_content .thumbnail_post img {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  border: 5px solid #fff
}

.thumnail img {
  width: 150px;
  height: 130px;
  box-shadow: 0px 0px 3px gray;
}

.list_detail_wrap .post_title {
  margin-bottom: 5px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 728px;
  overflow: hidden;
  color: #333;
  font-weight: 600;
  line-height: 140%;
  font-size: 17px !important;
}

.list_detail_wrap .post_text {
  line-height: 20px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 5px;
}

.list_detail_wrap {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #8c8c8c;
  display: block;
  overflow: hidden;
  ;
  text-decoration: none;
}

.list_detail_wrap .post_category>a {
  color: #4f9ee3
}

.list_detail_wrap .post_line_bar {
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 5px;
  background: #ccc
}

.list_content {
  position: relative;
  overflow: hidden;
}

.list_content:hover .post_title {
  color: #3ea2ff;
  transition: .3s;
  text-decoration: underline;
}

#tt-body-tag .h-entry:after {
  display: block;
  border-bottom: 1px solid #dae1e6;
  width: 100%;
  content: "";
  margin-top: 4px;
}

#tt-body-search .h-entry:after {
  display: block;
  border-bottom: 1px solid #dae1e6;
  width: 100%;
  content: "";
  margin-top: 4px;
}

#tt-body-index .h-entry:after {
  display: block;
  border-bottom: 1px solid #dae1e6;
  width: 100%;
  content: "";
  margin-top: 4px;
}

.list_content:hover .thumnail img {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

div#paging {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

div#paging ul.pagination li {
  display: inline-block
}

div#paging ul.pagination li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -7px;
  line-height: 1.25;
  color: #999;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dee2e6
}

div#paging ul.pagination li a:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  border-color: #ccc
}

div#paging ul.pagination li .selected {
  color: #3ea2ff;
  font-weight: 700
}

div#paging li.prevpage {
  width: inherit !important
}

div#paging li.nextpage {
  width: inherit !important
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.hd-inner {
  text-align: center;
}

.hd-inner .hd-heading .p-category {
  display: inline-block;
  border-radius: 50px;
  color: #3ea2ff
}

.hd-inner .hd-heading {
  display: inline-block;
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 50px;
  color: #000;
  margin-bottom: 10px;
  font-size: 25px
}

.module-tag li a {
  display: inline-block;
  overflow: hidden;
  max-width: 210px;
  height: 24px;
  padding: 0 4px;
  margin: 0px 1px;
  background-color: #f7f9fa;
  line-height: 24px;
  color: #788d9f;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.module-tag li a:hover {
  background: #3ea2ff;
  border-color: #3ea2ff;
  color: #fff !important;
  transition: .5s
}

.module-title .fa-hashtag {
  margin-right: 10px
}

.module-category ul.sub_category_list li {
  position: relative;
}

.module-category ul.sub_category_list li a {
  color: #666 !important;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.module-category ul.sub_category_list li:hover a {
  color: #fe7433 !important
}

.module-category ul.sub_category_list li:first-child {
  margin-top: 5px
}

.module-category ul.sub_category_list li:last-child {
  border: 0
}

.module-category .link_tit:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a1";
  margin-right: 10px
}

.module-notice li.all-view:before {
  content: "\f11e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #3ea2ff
}

#sidebar .module {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #dae1e6;
}

#sidebar .module-content {
  padding: 15px;
}

#sidebar .module-tag .module-content {
  padding-top: 0px;
}

#sidebar .side_ads {
  margin: 15px 0px;
  text-align: center;
}

#sidebar .module .module-title {
  font-weight: 700;
  font-size: 15px !important;
  letter-spacing: -0.3px;
  line-height: 16px;
  padding: 15px;
  background: #f7f9fa;
  border-bottom: 1px solid #dae1e6;
}

.module-notice li.all-view {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 13px;
  color: #666;
}

.module-notice li.all-view a {
  font-weight: 700
}

.module-notice li.notice-list:before {
  content: "\2022";
  color: #dedede;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -15px;
  color: #666
}

.module-notice li.notice-list {
  text-indent: 15px;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.module-notice li {
  font-size: 13px
}

.module-category .link_tit {
  display: none;
}

.module-category .link_tit img {
  display: none
}

.module-category .c_cnt {
  border-radius: 5px;
  font-size: 14px;
  color: #5885ce;
  position: absolute;
  right: 0px;
  text-align: center;
  text-indent: 0px;
  padding: 0px 6px;
  line-height: normal;
  margin-top: 5px;
}

.module-category .sub_category_list li:before {
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #666;
  font-family: "Font Awesome 5 Free";
}

.module-category .category_list>li {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}

.module-category .category_list>li:last-child {
  border-bottom: none;
}

.module-category .category_list>li a {
  display: block;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.module-category .category_list li ul a {
  margin-left: 0;
  padding-left: 24px;
}

.module-category .category_list li:hover a {
  color: #1573ef
}

.module-category .sub_category_list>li {
  line-height: 28px;
  font-size: 14px;
  letter-spacing: -.5px;
}

.module-recents {
  margin: 0
}

.module-recents .module-content {
  margin-top: 0
}

.module-recents .tab-content .c_cnt {
  display: none
}

.module-recents .module-content {
  padding: 0px !important;
}

.module-recents .tab-content {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.module-recents #recent-tab {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.module-tag ul {
  margin-top: 15px;
  margin-bottom: 10px
}

.module-tag ul li {
  font-size: 12px;
  display: inline-block;
  border-radius: 20px;
  margin: 4px 2px;
  line-height: 22px
}

.module-tag {
  display: flex;
  flex-direction: column
}

.module-tag .btn-more {
  flex: none;
  clear: both
}

.module-tag ul li:hover {
  border-color: #3ea2ff
}

.module-tag .btn-more {
  font-size: 12px;
  align-self: flex-end;
  padding: 5px 8px;
}

.ad-module {
  text-align: center;
  margin-left: -2px;
  margin-bottom: 5px
}

.module-recents .nav-recent li {
  width: 50%;
  text-align: center;
}

.module-recents .nav-recent li a {
  display: block;
  line-height: 45px;
  font-size: 13px;
  font-weight: 700;
  background: #f7f9fa;
  border-bottom: 1px solid #dae1e6;
}

.module-recents .nav-recent .active .btn-rpost {
  background: #fff;
  border-right: 1px solid #dae1e6;
  border-bottom: none;
}

.module-recents .nav-recent .active .btn-rcomment {
  background: #fff;
  border-left: 1px solid #dae1e6;
  border-bottom: none;
}

.module-recents .nav-recent>li.active>a,
.module-recents .nav-recent>li.active>a:focus,
.module-recents .nav-recent>li.active>a:hover {
  color: #3ea2ff;
  cursor: default;
}

.module-recents .tab-content>.tab-pane {
  display: none
}

.module-recents .tab-content>.active {
  display: block;
}

.module-recents .tab-content ul li {
  font-size: 14px;
  line-height: 1.79em;
  position: relative;
  text-indent: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.module-recents .tab-content ul li:hover a {
  color: #3ea2ff
}

.module-recents .tab-content ul li:before {
  content: "\f304";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -20px;
  top: 1px;
  font-size: 5px;
  color: #999
}

#expand-wrap {
  display: none
}

#wrap {
  width: 100%;
  position: relative;
  padding-top: 30px;
  min-height: 100vh;
}

#wrap #container {
  width: 1170px;
  flex: 1;
  margin: 0 auto;
  min-height: 100vh;
}

.post-config {
  margin-top: -6px;
}

header {
  z-index: 0;
  position: relative;
}

#hd {
  border-bottom: 1px solid #ddd;
}

#container #header {
  height: 63px
}

#container #header-title {
  float: left
}

#container #header-ico {
  float: right
}

.header-blog-menu {
  display: inline-block;
}

.header-blog-menu ul {
  margin-left: 25px;
}

.header-blog-menu ul li {
  display: inline-block;
  margin-left: 25px;
}

.header-blog-menu ul li a {
  color: #fff;
}

#header_wrap #header_gnb #header-title {
  margin-left: 20px;
  line-height: 80px;
  position: relative;
  display: inline-block;
}

#header_wrap #header_gnb #header-title a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 999
}

#header_wrap {
  position: relative;
  width: 100%;
  background: #4b5258;
  z-index: 99;
  box-shadow: 0 3px 10px -4px #999
}

#header_wrap #header_gnb {
  width: 1220px;
  margin: 0 auto;
  height: 80px;
  position: relative;
  z-index: 0;
}

#header_wrap #header_gnb #header-ico {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 0
}

#header_wrap #header_gnb #header-ico #topbtn {
  font-size: 20px
}

a.header-home {
  float: left;
  line-height: 51px;
  margin-right: 15px
}

a.header-home:hover {
  color: #3f99fe
}

.res_tab {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
  border: 1px solid #ccc;
  margin: 0
}

.closeBtn {
  text-align: center;
  background: #408ae8;
  color: #fff;
  line-height: 40px;
  cursor: pointer
}

#container nav {
  height: 51px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

#container nav ul li {
  line-height: 50px;
  display: inline-block
}

#container #main #content {
  flex: 2.85;
  max-width: 950px;
  overflow: hidden;
  position: relative
}

#container #main #sidebar {
  flex: 1;
  margin-left: 15px;
  max-width: 300px;
}

#footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dedede;
  color: #777;
  font-size: 12px;
  text-align: center;
  line-height: 50px
}

footer#footer {
  position: relative
}

footer#footer a:hover {
  color: #207bff
}

footer#footer span {
  position: absolute;
  left: 10px
}

footer#footer span .naverbtn {
  background: #333;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px
}

footer#footer span .naverbtn:hover {
  background: #26cd26
}

.thumnail {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 24px;
}

.thumnail a {
  display: block
}

#tt-body-page .h-entry {
  background: #fff;
  border-top: 1px solid #ddd;
}

#tt-body-page .h-entry {
  max-width: 728px;
  margin: 0 auto;
}

#tt-body-page .h-entry .p-name {
  border: none;
  margin-bottom: 0;
}

#tt-body-page .h-entry .p-name a {
  font-weight: 700;
  color: #333
}

#tt-body-page .h-entry .p-name .sub-info span {
  color: #ddd !important
}

#tt-body-page .notice h2.hd-heading.lts-narrow.p-name {
  border: none;
  margin-bottom: 0;
  margin-top: 20px
}

#tt-body-page .notice .sub-info .meta-cate .txt {
  display: none
}

hr[data-ke-style=style5] {
  height: 5px !important
}

.hd .sub-info {
  color: #ccc;
}

.hd .sub-info .c_cnt {
  color: #3ea2ff
}

.hd .sub-info {
  font-size: 14px;
  font-family: Noto Sans Demilight, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  margin-top: 5px;
  margin-bottom: 15px;
}

.hd .sub-info abbr {
  text-decoration: none;
}

.hd .sub-info .h-card {
  color: #999
}

.hd .sub-info .h-card a {
  color: #999;
}

.hd .sub-info .meta-cate a {
  color: #0072ff;
}

.hd .sub-info .timeago {
  color: #999
}

#tt-body-page hr[data-ke-style],
hr[data-ke-style] {
  opacity: .2
}

.post-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 16px
}

.post-content a {
  color: #0072ff 
}

.post-content a:hover {
  text-decoration: underline 
}

.post-content a.tx-link {
  color: #00f !important;
  text-decoration: underline !important
}

.post-content .txc-table {
  width: 100%
}

.post-content .sns-go ul {
  margin-left: 0
}

.post-content .sns-go {
  text-align: right;
  padding: 20px 0
}

.post-content .sns-go li {
  display: inline-block;
  margin-left: 5px
}

.sns-go img {
  border-radius: 5px;
  width: 35px !important
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  margin-bottom: 15px;
  margin-top: 15px
}

.post-content h1:before,
.post-content h2:before,
.post-content h3:before,
.post-content h4:before {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 15px;
  margin-top: 20px;
  background-color: #dedede
}

.post-content ol li,
.post-content ul li {
  margin-bottom: 5px;
  line-height: 27.5px
}

.post-config .btn-post-config {
  display: none
}

.post-config ul {
  display: flex
}

.post-config ul li {
  flex: 1;
  text-align: center;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  background: #f8f8f8;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd
}

.post-config #post-config-menu li {
  white-space: nowrap;
  text-overflow: ellipsis
}

.post-config #post-config-menu a {
  display: block
}

.post-reply {
  padding: 20px;
  border-top: 1px dashed #dedede
}

.post-content ol,
.post-content ul {
  margin-left: 20px
}

.visitor {
  position: relative;
  margin-left: 20px
}

.visitor-row {
  font-size: 13px
}

.visitor-row .visitor-cell {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 10px
}

.visitor-row .visitor-date {
  font-size: 13px;
  padding: 0 5px
}

#comment-form {
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px
}

#comment-form .textboxs {
  display: block;
}

#comment-form .textboxs textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-bottom: 5px;
  font-size: 15px;
  background: #f8f8f8;
  min-height: 100px;
  box-sizing: border-box;
}

#comment-form .comment_submit_form {
  justify-content: space-between
}

.submit-wrap {
  text-align: right;
  display: block;
}

#comment-form .submit-wrap button {
  background: #616161;
  color: #fff;
  padding: 7px 20px;
  cursor: pointer;
  border-radius: 2px;
  line-height: 25px;
  outline: 0;
}

#comment-form .submit-wrap button:hover {
  background: #3281e6;
  transition: .5s
}

#comment-form .input-wrap .textbox label {
  font-size: 13px;
  line-height: 16px;
  z-index: 8;
  color: #8e8e8e;
  width: 80px;
  position: relative;
  display: inline-block
}

#comment-form .comment_submit_form .checkbox {
  margin-left: 5px
}

#comment ol>li {
  margin-bottom: 20px;
  position: relative;
}

#comment ol li li {
  padding: 0 0 0 35px;
  margin-top: 35px
}

#comment-form .checkbox {
  font-size: 14px;
  margin-bottom: 10px
}

.secret-wrap {
  display: block;
  position: relative;
  padding-left: 28px;
  padding-top: 2px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.secret-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.secret-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #dae1e6;
  transition: .5s;
}

.secret-wrap:hover input~.checkmark {
  background-color: #b1b1b1;
  border-color: #b3b5b7;
}

.secret-wrap input:checked~.checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

.secret-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.secret-wrap input:checked~.checkmark:after {
  display: block;
}

.secret-wrap .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reply_thumb {
  float: left;
  margin-right: 15px;
  margin-top: 2px;
  display: block
}

.reply_thumb img {
  border-radius: 2px;
}

.reply_content {
  display: block;
  min-height: 70px;
  padding-top: 0;
  margin-left: 80px;
  position: relative;
}

.rp_admin {
  background: #f8f8f8 !important;
  padding: 15px;
  padding-bottom: 5px
}

.reply_content .name,
.reply_content .name a {
  color: #222;
  font-weight: 600
}

.reply_content .name img {
  display: none
}

.reply_content .control {
  float: right
}

.reply_content .comment-content p {
  line-height: 1.79em
}

.reply_content .comment-content {
  font-size: 15px;
  max-width: 740px;
  word-break: break-all;
  margin: 7px 0;
  margin-right: 15px
}

.reply_date {
  font-size: 12px;
  color: #999;
  display: block;
  position: relative;
  top: 5px
}

.reply_date a {
  color: #999
}

.reply_date>a:before {
  content: "\f0f3";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  margin-right: 3px
}

.rcomment .rcomment-meta {
  display: none
}

hr.point-another {
  border-color: #dedede !important;
  margin: 0
}

.h-entry {
  overflow: hidden;
}

#tt-body-index .h-entry h2,
#tt-body-category .h-entry h2 {
  line-height: 140%;
  font-size: 17px !important;
}

#tt-body-index .h-entry,
#tt-body-category .h-entry {
  max-width: 860px;
  margin-bottom: 5px;
}

#tt-body-page #comment button.cmtbtn {
  width: 30px;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  color: #475261;
  transition: .3s;
}

#tt-body-page #comment button.cmtbtn:hover {
  color: #2d8ef3;
}

#tt-body-page #comment .control {
  position: relative
}

#tt-body-page #comment ul.cmt_dropdown {
  display: none;
  position: absolute;
  right: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 4px 10px;
  margin-top: 2px;
  background: #fff;
}

#tt-body-page #comment ul.cmt_dropdown li {
  display: block;
  width: 80px;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
  line-height: 35px
}

#tt-body-page #comment ul.cmt_dropdown li a {
  display: block;
  font-size: 16px;
  color: #555;
  text-align: center
}

#tt-body-page #comment ul.cmt_dropdown li:hover a {
  color: #3ea2ff
}

#tt-body-category .h-entry .content-width,
#tt-body-category .protected .content-width,
#tt-body-index .h-entry .content-width,
#tt-body-search .h-entry .content-width,
#tt-body-search .protected .content-width,
#tt-body-tag .h-entry .content-width,
#tt-body-tag .protected .content-width {
  padding: 5px 19px;
}

#tt-search {
  position: absolute;
  left: -35px;
  z-index: 999;
  top: -50px;
  width: 280px;
  color: #333;
  display: block !important
}

#tt-search input {
  background: 0 0;
  color: #fff;
  font-size: 15px
}

#tt-search .tt-search-inner {
  display: inline
}

#tt-search .tt-search-inner input {
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  height: 40px;
  width: 100%;
  color: #fff;
  text-indent: 10px
}

#tt-search .tt-search-inner input::placeholder {
  color: #fff
}

#tt-search .tt-search-inner input:focus {
  outline: 0 none
}

.input-wrap div.textbox {
  margin-bottom: 10px;
  font-size: 12px
}

.input-wrap div.textbox input {
  width: 130px;
  border: 1px solid #ddd;
  padding: 3px 7px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  position: relative;
  z-index: 9
}

.entry-tag {
  font-size: 13px;
  margin: 10px 10px;
  margin-bottom: 15px
}

.entry-tag span {
  padding: 2px 7px;
  margin-right: 10px;
  color: #999
}

.entry-tag a {
  padding: 2px 3px;
  color: #1e90ff
}

.e-content.post-content p {
  line-height: 30.64px;
  font-size: clamp(0.813rem, 0.548rem + 1.176vi, 1.063rem);
  font-family: Noto Sans Demilight, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  letter-spacing: -.75px;
  position: relative;
  display: block;
  color: #000;
}

section#taglog {
  background: #fff;
  max-width: 900px;
  min-height: 492px;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #ddd;
  margin: 0 5px;
}

section#taglog .cm-content {
  padding: 10px
}

ul.tag-list {
  font-size: 14px
}

.tag-list a {
  display: inline-block;
  overflow: hidden;
  max-width: 210px;
  height: 24px;
  margin: 6px 0 0 4px;
  padding: 0 4px;
  background-color: #f7f9fa;
  line-height: 24px;
  color: #788d9f;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag-list a:hover {
  background: #3ea2ff;
  border-color: #3ea2ff;
  color: #fff !important;
  transition: .5s
}

ul.tag-list li {
  display: inline-block;
  margin: 7px 0px;
}

ul.tag-list li:hover {
  border-color: #3ea2ff
}

ul.tag-list li:hover a {
  color: #3ea2ff
}

.entry .list_content a.post-link {
  display: block
}

.btn_topMenu {
  background: 0 0;
  cursor: pointer;
  color: #fff
}

#myDropdown {
  display: none;
  padding-top: 10px
}

.dropdown-content {
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  width: 300px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  z-index: 999;
  right: 15px;
  top: 65px
}

.dropdown-content ul li {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block
}

.dropdown-content ul li a:hover {
  color: #5273ec
}

.show {
  display: block
}

#MF_Reference1 {
  margin-bottom: 40px
}

#MF_Reference1 {
  background: #f8f8f8;
  border-radius: 5px;
  clear: both;
  padding: 20px !important
}

#MF_Reference1 th a {
  text-decoration: none !important;
  transition: .5s
}

#MF_Reference1 th a:before {
  content: "\f30b";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: #949494;
  font-size: 12px
}

.another_category {
  border: none
}

div.another_category_color_gray th a.current {
  border-color: #666 !important;
  font-weight: 500;
  border-bottom: none !important
}

div.another_category_color_gray * {
  color: #2b2b2b !important
}

div.another_category th {
  text-align: left;
  font-size: 14px !important;
  font-weight: 400;
  word-break: break-all;
  overflow: hidden;
  line-height: 27px
}

div.another_category_color_gray h4,
div.another_category_color_gray h4 a {
  color: #333 !important;
  font-size: 15px
}

div.another_category h4 {
  font-size: 15px !important;
  margin: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 2px 0 6px !important
}

div.another_category {
  border: none !important;
  padding: 0 !important;
  margin: 10px 0;
  clear: both
}

div.another_category.another_category_color_gray table th span {
  display: none
}

div.another_category th a:hover {
  color: #1e52db !important
}

ul.category_list li a img {
  display: none
}

.syntaxhighlighter {
  background-color: #fff !important;
  border: 1px solid #3ea2ff;
  padding-top: 10px;
  padding-bottom: 10px
}

.protected {
  overflow: hidden
}

.protected .media-wrap {
  margin-bottom: 30px
}

.protected .e-content {
  text-align: center
}

.protected .media .protectedPassword {
  border: 1px solid #ddd;
  line-height: 27px
}

#tt-body-page .protected .textbox input {
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 35px;
  box-sizing: border-box;
  text-indent: 10px;
  width: 260px;
}

.protected .media .media_btn {
  line-height: 35px;
  padding: 0 10px 0 10px;
  border: 1px solid #dae1e6;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2px;
  transition: .5s;
  background: #f7f9fa;
}

.protected .media .media_btn:hover {
  background: #3ea2ff;
  color: #fff;
  border-color: #3ea2ff;
}

.protected .media .textbox.focus-wrap {
  margin-top: 15px
}

section#guestbook {
  background: #fff
}

section#guestbook {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #ddd;
  margin: 0 5px;
}

section#guestbook {
  max-width: 900px
}

.hd-heading {
  margin-top: 10px;
}

.write-form .input-wrap {
  display: flex;
}

.write-form .input-wrap .textbox-left {
  padding-right: 15px;
}

.write-form .input-wrap .textbox-right {}

.write-form .input-wrap .input-box {
  width: 50%;
}

.write-form .input-wrap .input-box input {
  height: 40px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  text-indent: 49px;
  border-radius: 2px;
  margin-bottom: 5px;
}

.write-form .input-wrap .input-box i {
  position: absolute;
  width: 40px;
  line-height: 40px;
  border-right: 1px solid #dae1e6;
  text-align: center;
}

#guestbook .checkbox {
  font-size: 15px;
  margin-bottom: 5px
}

#guest-form {
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  max-width: 720px;
  padding: 15px;
  margin-bottom: 25px;
}

#guest-list {
  margin: 0 auto;
  border-top: 1px dashed #dae1e6;
}

#guest-list .cng-content .replybtn {
  right: 0;
  color: #333;
}

#guest-list .cng-content {
  position: relative;
  border-top: 1px solid #dae1e6;
  margin-top: 10px;
}

#guest-list .cng-btn {
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
}

#guest-list .cng-btn i {
  margin-left: 10px;
}

#guest-list .cng-btn .modify,
#guest-list .cng-btn .write {
  background: #f8f8f8;
  padding: 6px 8px 6px 0px;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: .3s;
}

#guest-list .cng-btn .modify:hover,
#guest-list .cng-btn .write:hover {
  background: #555;
  color: #fff;
  border-color: #555;
}

#guestbook .cng-header .name {
  margin-bottom: 5px;
  display: block
}

#guestbook .timgago-wrap {
  margin-right: 7px;
  color: #999;
  font-size: 13px;
}

#guestbook .timgago-wrap a[href*="abuseReport"] {
  float: right;
}

#guestbook .timgago-wrap a {
  color: #999;
}

#guest-list .cng-content .speech {
  line-height: 28.64px;
  font-size: 14px;
  font-family: Noto Sans Demilight, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  letter-spacing: -.75px;
  position: relative;
  display: block;
  color: #666;
  margin-top: 10px;
}

#guest-form textarea#textarea-input {
  width: 100%;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  border-radius: 1px;
  padding-top: 5px;
  box-sizing: border-box;
  height: 150px;
  padding: 15px;
}

#guest-form .comment_submit_form {
  justify-content: space-between;
  margin-right: -2px;
}

#guest-form .submit-wrap button {
  background: #616161;
  color: #fff;
  padding: 7px 20px;
  cursor: pointer;
  border-radius: 1px;
  line-height: 25px;
  outline: 0;
  transition: .5s;
}

#guest-form .submit-wrap button:hover {
  background: #3281e6
}

.guest-from-table {
  display: table;
  width: 100%;
  margin: 4px 0 !important
}

.guest-from-table-line {
  display: table-row
}

.guest-from-table-name {
  display: table-cell;
  vertical-align: middle;
  width: 75px
}

.guest-from-table-input {
  width: 100%
}

.guest-from-table-input input {
  width: 100%;
  height: 30px;
  border: 1px solid #dedede;
  text-indent: 10px
}

#guestbook .cng-container {
  margin: 10px 10px;
  padding: 15px;
  border-radius: 3px;
}

#guestbook .cng-content abbr.timeago.dt-published.ie-dotum {
  font-size: 13px;
}

#guestbook ul.reply-list {
  margin-left: 25px
}

#guestbook .guest_admin.cng-container {
  background: #f7f9fa;
}

#guestbook .guest_admin .cng-header .name a {
  font-weight: 700;
  color: #2e3031;
}

#mobile-arrow {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none
}

#mobile-arrow i {
  font-size: 50px;
  color: #fff;
  background: #4b5258;
  bottom: 10px;
  right: 0;
  z-index: 999;
  border-radius: 30px;
  border: 1px solid #4b5258;
  box-sizing: border-box;
  opacity: .6
}

#mobile-arrow #btn_scroll_up {
  right: 0;
  bottom: 60px;
  position: absolute
}

#mobile-arrow #btn_scroll_down {
  right: 0;
  bottom: 0;
  position: absolute
}

#mobile-arrow i {
  cursor: pointer
}

#mobile-arrow #btn_scroll_down:hover i {
  background: #0072ff
}

#mobile-arrow #btn_scroll_up:hover i {
  background: #0072ff;
}

.dropdown-content>ul>li:first-child {
  display: none
}

@media only screen and (max-width: 600px) {
  #header_wrap #header_gnb #header-title a {
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
  }

  .hd-inner {
    margin: 0 !important;
    margin-bottom: 30px !important
  }

  .post-content {
    padding: 15px !important
  }

  #tt-body-category .h-entry .content-width,
  #tt-body-category .protected .content-width,
  #tt-body-index .h-entry .content-width,
  #tt-body-search .h-entry .content-width,
  #tt-body-search .protected .content-width,
  #tt-body-tag .h-entry .content-width,
  #tt-body-tag .protected .content-width {
    margin: 10px
  }

  .list_content {
    cursor: pointer;
    transition: 2s;
    justify-content: center;
    align-items: center;
    max-height: unset !important;
  }

  .h-entry {
    max-width: 900px;
    max-height: unset;
    padding: 0px !important;
  }

  .h-entry .p-name a {
    font-size: 22px
  }

  .list_detail_wrap {
    max-height: unset;
    vertical-align: middle;
  }

  #footer .tistorybtn {
    display: none
  }

  #comment-form {
    width: unset !important
  }

  #comment ol>li {
    padding: unset !important
  }

  .module {
    width: unset !important;
    max-width: unset !important
  }

  #footer .fleft {
    display: none
  }

  .dropdown-content {
    min-width: 310px
  }
}

@media only screen and (min-width: 930px) {
  #main {
    display: flex
  }
}

@media only screen and (max-width: 1296px) {
  #header_wrap #header_gnb {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1235px) {
  nav div {
    width: 100% !important
  }

  #container {
    width: 100% !important
  }
}

@media only screen and (max-width: 930px) {
  #header_wrap #header_gnb {
    margin: 0 auto;
    height: 60px;
  }

  #header_wrap .header-blog-menu {
    display: none;
  }

  #header_wrap #header_gnb #header-title {
    text-align: center;
    margin-left: 0;
    display: block;
    line-height: 60px;
  }

  #header_wrap #header_gnb #header-ico {
    top: 22px;
  }

  .dropdown-content {
    left: 0 !important;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 999;
    right: 0;
    top: 0
  }

  .dropdown-content ul li:first-child {
    display: block;
  }

  .dropdown-content .tt_category .link_tit {
    line-height: 40px;
    text-align: center;
    display: block;
    background: #f9f9f9;
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }

  .dropdown-content .tt_category .sub_category_list {
    margin-top: 10px;
  }

  .dropdown-content .tt_category li {
    padding: 0px;
  }

  .dropdown-content .tt_category .category_list li {
    padding: 5px 15px !important;
  }

  #tt-search {
    position: initial !important;
    left: initial !important;
    top: initial !important;
    width: 100%;
    display: none !important
  }

  #tt-search input {
    color: #333 !important
  }

  #tt-search input::placeholder {
    color: #333 !important
  }

  #sidebar {
    margin: 0px !important;
    padding: 10px;
    max-width: none !important;
  }

  .module {
    width: unset !important;
    max-width: unset !important
  }

  .module-recents .tab-content {
    max-width: unset !important
  }

  #btn_goCategory {
    display: block !important
  }

  #mobile-arrow {
    display: block !important
  }
}

.container_postbtn .postbtn_like+.btn_menu_toolbar {
  margin-top: -34px !important
}

.container_postbtn .btn_menu_toolbar {
  height: 40px !important;
  line-height: 37px !important;
  border-radius: 30px !important
}

.container_postbtn .postbtn_like {
  float: none !important;
  display: inline-block;
  border-radius: 30px !important
}

.container_postbtn .btn_post {
  height: 40px !important;
  padding: 0 15px !important
}

.container_postbtn {
  margin: 0 auto !important;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  position: relative;
  text-align: center
}

.container_postbtn .postbtn_ccl {
  float: none !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important
}

.post-content ol li p,
.post-content ul li p {
  line-height: normal !important
}

#tt-body-index .entry.protected .content-width {
  padding: 20px 19px;
  margin-bottom: 10px
}

#tt-body-page.sidebar-mainon #container #main #sidebar {
  display: none
}

#tt-body-page.sidebar-mainon #container #main #content {
  flex: none;
  margin: 0 auto
}

.sidebar-off #container #main #content {
  flex: none;
  margin: 0 auto
}

.sidebar-off #container #main #sidebar {
  display: none
}

.e-content.post-content ol,
.e-content.post-content span,
.e-content.post-content ul {
  font-family: Noto Sans Demilight, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  letter-spacing: -.75px
}

.e-content.post-content ol,
.e-content.post-content ul {
  display: block;
  padding-left: 15px
}

@media only screen and (max-width: 600px) {
  .thumnail img {
    width: 50px;
    height: 50px
  }

  .thumnail {
    margin-right: 15px
  }

  .list_content .post_text {
    height: 40px !important;
    font-size: 12px !important;
    display: inline-block !important
  }

  .list_detail_wrap {
    font-size: 12px !important
  }
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(images/fa-solid-900.eot);
  src: url(images/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(images/fa-solid-900.woff2) format("woff2"), url(images/fa-solid-900.woff) format("woff"), url(images/fa-solid-900.ttf) format("truetype"), url(images/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
  font-weight: 900
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-edit:before {
  content: "\f044"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-cog:before {
  content: "\f013"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-key:before {
  content: "\f084"
}

.fa-user:before {
  content: "\f007"
}

.fa-globe-europe:before {
  content: "\f7a2"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen:before {
  content: "\f304"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.popularPost {
  max-width: 330px;
}

.popularPost ul {
  padding: 0px 15px;
}

.popularPost ul li {
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.popularPost ul li:last-child {
  border-bottom: none;
}

.popularPost ul li a {
  font-weight: normal;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
}

.popularPost ul li a:hover {
  color: #668ee6;
  transition: .5s;
}

.popularPost .side-crop-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.popularPost .popular-right {
  height: 50px;
  display: inline-block;
}

.popularPost .left-pop {
  position: relative;
  float: left;
  overflow: hidden;
}

.popularPost-info .left-pop img {
  margin-left: 10px;
}

.popularPost .right-pop {
  overflow: hidden;
  padding: 6px 10px 0 15px;
  font-size: 14px;
}

.popularPost-list {
  margin-top: 10px;
}

.popularPost-list a {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.popularPost-info {
  display: table-cell;
  vertical-align: middle;
}

.adsense_wrap {
  display: table;
  margin: 5px 0px;
  width: 100%;
}

.adsense_row {
  display: table-row;
}

.adsense_row ins {
  display: inline-block;
  width: 336px;
  height: 280px;
}

.adsense_center {
  display: table-cell;
  text-align: center;
}

.adsense_right {
  display: table-cell;
  text-align: right;
}

@media (max-width: 999px) {
  .adsense_right {
    display: none;
  }

  .adsense_right ins {
    display: none;
  }

  .adsense_center {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .adsense_center ins {
    display: inline-block;
    width: 336px;
    height: 280px;
  }

  .sidebar-mobile-off #sidebar {
    display: none;
  }
}

.hd {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

table td {
  padding: 8px !important;
  font-size: 13px;
}

.area_related_wrap .list_item {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.area_related_wrap .area_thumb {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 24px;
}

.area_related_wrap .area_thumb img {
  -webkit-transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
  transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
  image-rendering: -webkit-optimize-contrast;
}

.area_related_wrap .area_info {
  display: block;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

.area_related_wrap {
  padding: 15px;
  border-top: 1px solid #dae1e6;
}

.area_related_wrap .list_related {
  margin-top: 15px;
}

.area_related_wrap .list_item .area_info .title {
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.area_related_wrap .list_item .area_info .title:hover {
  text-decoration: underline;
}

.area_related_wrap .list_item .area_info .list_date span {
  color: grey;
  font-size: 12px;
}

.area_btn_more_wrap .link_more {
  cursor: pointer;
  color: #505050;
  font-size: 12px;
}

.area_btn_more_wrap .link_more:before {
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

.area_btn_more_wrap {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  margin-top: 15px;
  text-align: center;
}

.search-bar {
  position: relative;
  margin-bottom: 15px;
}

.search-bar .input-text {
  border: 1px solid #ccc;
  background: #fff;
}

.search-bar .icon {
  cursor: pointer;
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateY(-50%);
  padding: 13px 15px 13px 11px;
}

.search-bar .input-text {
  width: 100%;
  border-color: #ccc;
  line-height: 40px;
  text-indent: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}

.fa-search:before {
  content: "\f002";
}