@charset "UTF-8";

*:focus {
  outline: 0;
}

body,
html {
  font-family: "Noto sans KR", sans-serif;
  font-weight: 400;
  color: #3A4954;
  scroll-behavior: smooth;
  letter-spacing: 0.2px;
  min-width: 300px;
  overflow: auto;
}

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

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

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,
textarea {
  color: inherit;
  font-family: inherit;
}

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

img {
  border: 0
}

ol,
ul {
  list-style: none
}

address,
em {
  font-style: normal
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none !important;
}

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

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

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

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

.index_wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

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

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

.thumnail img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

.list_detail_wrap {
  overflow: hidden;
  text-decoration: none;
}

.list_detail_wrap .post_title {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 728px;
  overflow: hidden;
  font-weight: 600;
  line-height: 150%;
  font-size: 17px;
}

.list_detail_wrap .post_text {
  color: var(--sub-color);
  font-size: 15px;
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.7;
}

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

.post_list {
  color: var(--sub-color);
  font-size: 13px;
}

.post_category {
  display: inline-block;
}

.post_date {
  display: inline-block;
}

.post_comment {
  margin-left: 5px;
  display: inline-block;
}

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

.list_content:hover .post_title {
  color: #3ea2ff;
  transition: .3s;
}

.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);
}

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

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

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

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

#paging .pagination li .selected {
  color: #222;
  font-weight: 500;
}

#paging .prevpage {
  width: inherit !important
}

#paging .nextpage {
  width: inherit !important
}

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

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

.module-category .sub_category_list li {
  display: block;
}

.module-category .sub_category_list li a {
  color: var(--sub-color)!important;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s
}

.module-category .sub_category_list li:hover a {
  color: #3ea2ff !important
}

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

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

.module-category .link_tit {
  display: none;
}
#sidebar .module {
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

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

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

#sidebar .module .module-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 10px;
  padding: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dae1e6;
}

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

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

.module-notice .notice-list:before {}

.module-notice .notice-list {
  position: relative;
  line-height: 24px;
}

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

.module-category .tt_category {
  position: relative;
}

.module-category .c_cnt {
  font-size: 12px;
  float: none;
  text-indent: 0px;
  padding: 0px 6px;
  line-height: normal;
  margin-top: 5px;
}

.module-category .category_list>li {
  position: relative;
  font-size: 14px;
  line-height: 30px;
}

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

.module-category .category_list>li a {
  display: inline-block;
}

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

.module-category .category_list li:hover a {
  color: #3ea2ff;
  transition: color .3s;
}

.module-category .sub_category_list li:first-child:before {
  top: 8px;
  bottom: auto;
}

.module-category .sub_category_list li:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 8px;
  width: 0.5%;
  height: 100%;
  background-color: #ddd;
}

.module-category .sub_category_list>li {
  line-height: 28px;
  font-size: 14px;
  position: relative;
}

.module-tag ul li {
  font-size: 14px;
  display: inline-block;
  line-height: 22px
}

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

#wrap {
  width: 100%;
  position: relative;
  min-height: 100vh;
}

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

#gnb {
  margin: 70px 20px 20px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#gnb .header-blog-menu {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
}

#gnb::-webkit-scrollbar {
  display: none;
}

#gnb ul {
  display: flex;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}

#gnb ul li {
  flex: 0 0 auto;
}

#gnb ul li:hover {
  border-bottom: 2px solid #000;
}

#gnb ul li a {
  padding: 0 26px;
  display: block;
}

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
}

header {

  position: relative;
}

#container header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#container #header {
  height: 63px
}

#container #header-title {
  float: left
}

#container #header-ico {
  float: right
}

#header_wrap #header_gnb #header-title {

  padding-left: 20px;
}

#header_wrap #header_gnb #header-title a {
  font-size: 20px;
  font-weight: 600;

}

#header_wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 99;
  position: fixed;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  top: 0px;
  left: 0px;
  line-height: 52px;
  min-width: 300px;
}

#header_wrap #header_gnb {
  width: 1200px;
  margin: auto;
  position: relative;

}

#header_gnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-ico .btn_topMenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 21px;
  height: 16px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

#header-ico .btn_topMenu span {
  width: 100%;
  height: 3px;
  background-color: #333;
}

#header-ico .btn_topMenu span+span {
  margin-top: 3px;
}

#header-ico {
  position: absolute;
  right: 19px;
  top: 19px;
}

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

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

.btn_site {
  background: #0072ff;
  color: #fff !important;
  padding: 12px;
  margin: 10px;
  display: block;
}

.btn_close {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 18px;
}

.btn_close .lb-close {

  opacity: 1
}

#container nav {
  min-width: 280px;
}

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

#container #main #content {
  flex: 2.85;
  overflow: hidden;
  position: relative
}
#container #main #sidebar{
  flex: 1;
  max-width: 280px;
  min-width: 280px;
}
#container #main #sidebar.left{
  margin-left: 0px;
  margin-right: 40px;
}
#container #main #sidebar.right{
  margin-left: 40px;
  margin-right: 0px;
}
#footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dedede;
  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
}

.thumnail {
  position: relative;
  display: block;
  float: right;
  overflow: hidden;
  margin-left: 15px;
  border-radius: 6px;
  text-align: center;
}

.thumnail a {
  display: block
}

.not-found {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: left;
}

.not-found li {
  position: relative;
  padding-left: 10px;
  font-size: 0.9375em;
  line-height: 2;
}

.not-found li:before {
  content: "-";
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 2px;
  height: 2px;
}

.not-found .tag,
.not-found .category,
.not-found .archive {
  display: none;
}

#tt-body-index .h-entry:after,
#tt-body-category .h-entry:after,
#tt-body-search .h-entry:after,
#tt-body-tag .h-entry:after {
  display: block;
  border-bottom: 1px solid #dae1e6;
  width: 100%;
  content: "";
  margin: 20px 0px 20px 0px;
}

#tt-body-index .index_s_list,
#tt-body-category .index_s_list {
  padding-bottom: 0px;
}

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

#tt-body-page figure figcaption {
  padding-top: 0px;
}

#tt-body-page figure.imageblock.alignCenter {
  margin: 10px auto;
}

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

#tt-body-page .h-entry {
  background: #fff;
}

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

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

#tt-body-tag .not-found ul,
#tt-body-category .not-found ul,
#tt-body-archive .not-found ul {
  display: none;
}

#tt-body-tag .not-found .tag,
#tt-body-category .not-found .category,
#tt-body-archive .not-found .archive {
  display: block;
}

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

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

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

.hd .hd-heading {
  display: inline-block;
  background: #fff;
  margin-bottom: 10px;
}

.hd .hd-heading a {
  font-size: 1.5rem;
  color: #3A4954;
  font-weight: bold;
}

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

.hd .sub-info {
  color: var(--sub-color);
  font-size: 14px;
  margin: 5px 0px 10px 0px;
  position: relative;
}

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

.hd .sub-info .icon {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
}

.hd .sub-info .admin-menu a {
  font-size: 13px;
  background: #f8f8f8;
  padding: 2px 6px;
}

.hd .sub-info .admin-menu a:hover {
  font-weight: 600;
}

.hd .sub-info a {
  color: inherit;
}

.hd .sub-info .wide-button-wrap {
  display: none;
  position: absolute;
  right: 0;
}

.hd .wide-button-wrap .wide-icon {
  font-size: 24px;
  vertical-align: middle;
}

.hd .wide-button-wrap .widely-text,
.hd .wide-button-wrap .originally-text {}

.post-content {
  max-width: 100%;
  padding-bottom: 0;
  font-size: 16px;
  margin-top: 30px;
}

.post-content iframe {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}

.post-content a {
  color: #0052B3
}

.post-content a:hover {
  font-weight: 600;
}

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

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

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 0.75rem;
  font-size: 1.1rem;
  font-weight: 500 !important;
  line-height: 1.25;
  word-break: normal;
  word-wrap: break-word;
  border-left: 5px solid #b5d5e8
}

.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-top: 5px;
  line-height: 25px;
  font-size: 14px;
}

.post-reply {
  padding-top: 20px;
}

.action-trail {
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.post-content ol,
.post-content ul {

}
.toc-wrap {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 600px;
}
.toc-wrap .toc-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}
.toc-wrap .toc-title:before {
  content:"\e16d";
  font-family: "Material Icons Outlined";
  font-size:20px;
  margin-right: 5px;
  vertical-align:bottom;
}

.toc-wrap .toc-item a {
  color: var(--sub-color);
}
.toc-wrap .toc-item a:before {
  content: "\e315";
  font-family: "Material Icons Outlined";
  margin-right: 5px;
  font-size:16px;
  vertical-align:bottom;
}

.toc-wrap .toc {
  list-style: none;
}

.visitor {
  position: relative;
}

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

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

.visitor-row .visitor-date {
  display: inline-block;
  padding: 0 5px
}

#comment .hr {
  border: none;
  border-top: 1px solid #dedede
}

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

.textboxs {
  display: block;
  border: 0px;
  background: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  min-width: 100%;
}

.textboxs-wrap {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.textboxs textarea {
  width: 100%;
  padding: 20px 15px 0px 15px;
  font-size: 14px;
  min-height: 100px;
  box-sizing: border-box;
  resize: none;
  border: 0px;
  background: transparent;

}

.comment_submit_form {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  min-height: 32px;

}

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

.submit-wrap button {
  background: #000000;
  color: #fbfbfb;
  padding: 0px 8px;
  cursor: pointer;
  border-radius: 5px;
  line-height: 25px;
  outline: 0;
  font-size: 13px;

}

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

.input-wrap .textbox {
  border-bottom: 1px solid #616161;
  margin-right: 10px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

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

.comment_submit_form .checkbox {
  padding-right: 10px;
}

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

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

#comment ol li li:first-child:before {
  bottom: auto;
}

#comment ol li li:before {

  content: '';
  position: absolute;
  left: 30px;
  bottom: 0px;
  height: 50%;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}

.secret-wrap {
  display: block;
  position: relative;
  padding-left: 28px;
  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;
  border: 1px solid;
  transition: .3s;
}

.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: 50%;
}

.reply_content {
  display: block;
  min-height: 70px;
  padding-top: 0;
  position: relative;
  background: #f8f8f8 !important;
  padding: 15px;
  padding-bottom: 5px;
  border-radius: 10px;
}

.reply_content .name,
.reply_content .name a {
  font-weight: 600;
  font-size: 14px;
}

.reply_content .name img {}

.reply_content .control {
  display: inline-block;
  margin: 10px 0px 10px 0px;
  font-size: 12px;
}

.reply_content .modify,
.reply_content .write {
  background: #f8f8f8;
  padding: 2px 4px 4px 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: .3s;
}

.reply_content .modify:hover,
.reply_content .write:hover {
  background: #555;
  color: #fff;
  border-color: #555;
}

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

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

.reply_date {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.reply_date a {
  margin-left: 0px;
}

.reply_date>a:before {
  content: "\00B7";
  margin-right: 1px;
  margin-left: 1px;
}

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

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

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

#tt-body-page #comment .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 .cmt_dropdown li {
  display: block;
  width: 80px;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
  line-height: 35px
}

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

#tt-body-page #comment .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: 0px;
}

#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 .textbox input {
  padding: 3px 7px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  position: relative;
  z-index: 9
}

.entry-tag {
  font-size: 14px;
  margin: 15px 0px 15px 0px
}

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

.entry-tag a::before {
  content: "#";
}

.entry-tag a {
  padding: 2px 3px;
  color: #0052B3;
}

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

.e-content.post-content p {
  position: relative;
  display: block;
  line-height: 1.8;
  /*letter-spacing: 0.2px;
    */
}

section#taglog {
  background: #fff;
  max-width: 900px;
  min-height: 492px;
  overflow: hidden;
  background: #fff;
}

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

.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;
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
  color: #0052B3;
}

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

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

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

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

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

.dropdown-content .dropdown-profile {
  overflow-x: hidden;
}

.dropdown-content .dropdown-profile_info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 56px 0 0 400px;
  border-color: transparent transparent transparent #fff;
}

.dropdown-content .dropdown-profile_bg img {
  display: block;
}

.dropdown-content .dropdown-profile_bg {
  position: relative;
  overflow: hidden;
  height: 320px;
}

.dropdown-content .dropdown-profile_bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  bottom: 0;
}

.dropdown-content .dropdown-profile_info-inner {
  position: relative;
  top: -40px;
  display: inline-block;
}

.dropdown-profile_info-inner a:hover img,
.dropdown-profile_info-inner a:hover p {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.dropdown-content .dropdown-profile_info {
  margin-top: -55px;
  z-index: 1;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown-content .dropdown-profile_info img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.dropdown-content .dropdown-profile-title {
  font-size: 14px;
}

.dropdown-content i.fas {
  margin-right: 15px;
  font-size: 14px;
}

.dropdown-content .tt_category li {
  text-indent: 20px;
}

.dropdown-content .tt_category li .category_list li {
  text-indent: 35px;
}

.dropdown-content .tt_category li .category_list li .sub_category_list li:before {
  content: "-";
  font-weight: 900;
  position: absolute;
  left: 10px;
  color: #666;
}

.dropdown-content .tt_category li .category_list li .sub_category_list li {
  text-indent: 50px;
  margin-left: 0;
  padding-left: 24px;
}

.dropdown-content>ul>li {
  border-bottom: 1px solid #f8f8f8;
}

.dropdown-content>ul>li:last-child {
  border: none;
}

.dropdown-content .tt_category .link_tit {
  background: #f6f6f6;
  width: 100%;
  display: block;
}

.dropdown-content a {
  display: block;
}

.dropdown-content a:hover {
  font-weight: bold;
}

.dropdown-content {
  max-width: 100%;
  width: 300px;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  z-index: 999;
  /* bootstrap modal*/
  -webkit-transform: translate(101%, 0);
  -moz-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -webkit-box-shadow: 0 1px 10px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 2px rgb(0 0 0 / 10%);
}

.dropdown-content ul li {
  color: #000;
  line-height: 35px;
  text-indent: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content ul li a:hover {
  color: #0052B3;
}

.dropdown-content-toggle {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


.dropdown-content-toggle::-webkit-scrollbar {
  display: none;
}

#dropdown-menu .icon {
  font-size: 17px;
  margin-right: 3px;  
}

.show {
  display: block
}

.another_category {
  border: none;
}

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

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

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

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

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

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

.another_category th a:hover {
  color: #3ea2ff !important
}

.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: .3s;
  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;
}

section#guestbook {
  max-width: 900px
}

.hd-heading {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 110%;
}

.write-form .input-wrap {
  display: flex;
  flex: 1;
  padding: 0px 10px;
  overflow: hidden;
  min-height: 32px;
  width: 50%;
}

.write-form .input-wrap .input-box .icon {
  font-size: 20px;
}

.write-form .input-wrap .input-box input {
  box-sizing: border-box;
  background: transparent;
  font-size: 14px;
  padding-bottom: 10px;
  width: 100%;
}

#guest-form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 40px;
}

#guest-list {
  margin: 0 auto;
}

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

#guest-list .guest-content {
  position: relative;
  margin-top: 10px;
}

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

#guest-list .guest-btn i {
  margin: 0px;
}

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

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

#guestbook .guest-header {}

#guestbook .guest-header .name {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}

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

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

#guest-list .guest-content .speech {
  line-height: 28.64px;
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 10px;
}

.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 .guest-container {
  margin: 10px 10px;
  padding: 15px;
}

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

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

#guestbook .guest_admin .guest-header .name a {
  font-weight: 600;
}

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

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

  .hd {
    margin: 0 !important;
  }

  .post-content {
    padding: 5px !important;

  }

  #tt-body-category .h-entry .content-width,
  #tt-body-category .protected .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: 0px;
  }

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

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

  .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: 300px
  }
}

@media only screen and (min-width: 1024px) {
  
  #main.sidebarPosition.left{
    display: flex;
    flex-direction: row-reverse;
    margin: 20px;
  }
  #main.sidebarPosition.right{
    display: flex;
    margin: 20px;
  }
  .hd .sub-info .wide-button-wrap {
    display: inline-block;
  }
}

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

  #container {
    width: 100% !important
  }

  #header_wrap #header_gnb {
    width: 100% !important;
  }
}

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

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

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

  #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: 20px;
    max-width: none !important;
  }

  #taglog {
    margin: 0px !important;
    padding: 0px 20px 0px 20px;
    max-width: none !important;
  }

  #guestbook {
    margin: 0px !important;
    padding: 0px 20px 0px 20px;
    max-width: none !important;
  }

  #no-search-results {
    margin: 0px !important;
    padding: 0px 20px 0px 20px;
    max-width: none !important;
    min-width: 280px;
  }

  .module {
    width: unset !important;
    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 .wrap_btn_etc {}

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

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

.container_postbtn {
  padding-bottom: 10px !important;
  position: relative;
  text-align: left
}

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

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

#tt-body-index .h-entry.protected .content-width {
  padding: 20px 19px;
  margin-bottom: 10px
}
@media only screen and (max-width: 450px) {

  #header_wrap #header_gnb #header-title a {
    font-size: 17px;
  }

  #gnb {
    margin: 70px 14px 14px 14px;
  }

  .thumnail img {
    width: 100px;
    height: 100px;
  }

  .header-blog-menu li a {
    display: block;
  }

  .header-blog-menu div:nth-child(1) {
    border-left: 1px solid #ddd;
  }

  .header-blog-menu div:nth-child(3n+4) {
    border-left: 1px solid #ddd;
  }

  .list_detail_wrap .post_title {
    font-size: 16px;
  }

  .h-entry {
    padding: 0px 14px 0px 14px !important;
  }

  #sidebar {
    padding: 14px;
  }

  #guestbook {
    padding: 0px 14px 0px 14px;
  }

  #taglog {
    padding: 0px 14px 0px 14px;
  }

  #no-search-results {
    padding: 0px 14px 0px 14px;
  }

  .write-form .input-wrap {
    flex-direction: column;
  }
}

.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
}

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

.recentPost ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

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

.recentPost ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0px;
}

.recentPost ul li a:hover {
  color: #3ea2ff;
  transition: .3s;
}

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

.recentPost .recent-right {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

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

.recentPost-info .left-pop img {
  margin-left: 10px;
  border-radius: 7px;
}

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

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

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

.recentPost-list a:hover {
  color: #3ea2ff;
  transition: 0.3s;
}

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

.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: #0052B3;
  transition: .3s;
}

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

.popularPost .popular-right {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

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

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

.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-list a:hover {
  color: #3ea2ff;
  transition: .3s;
}

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

.area_related_wrap .related_table {
  margin-bottom: 10px;
  margin-top: 10px;
  display: table;
  width: 100%;
}

.area_related_wrap .related_header {
  display: table-row;
}

.area_title_wrap {
  display: table-cell;
}

.area_related_wrap .tit_related {
  margin: 0px 0px;
  font-size: 14px;
}

.area_btn_more_wrap .link_more {
  flex: none;
  clear: both;
  font-size: 12px;
  align-self: flex-end;
  padding: 3px 6px;
  background: #616161;
  color: #fbfbfb;
  border-radius: 3px;
  margin: 5px;
}

.area_btn_more_wrap .link_more:hover {
  background: #3281e6;
  transition: .3s
}

.area_btn_more_wrap {
  display: table-cell;
  position: relative;
  text-align: right;
}

.area_related_wrap .list_item {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dae1e6;
}

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

.area_related_wrap .area_thumb img {
  border-radius: 10px;
}

.area_related_wrap .area_info {
  display: flex;
  overflow: hidden;
  text-decoration: none;
}

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

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

.area_related_wrap .list_item .area_info .title {
  display: block;
  overflow: hidden;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  -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 {
  display: inline-block;
  font-size: 13px;
  margin-left: auto;
}

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

.search-bar .btn_search {
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 26px;
  height: 16px;
  background-position: -90px 0;
  background-color: transparent;
}

.search-bar .input-text {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  border-color: #ccc;
  line-height: 40px;
  text-indent: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
  .popularPost .left-pop.right {
    float: left;
  }
  .recentPost-info .left-pop.right {
    float: left;
  }
}
/*google material icon */
.material-icons,
.material-icons-outlined,
.material-icons-round {
  vertical-align: text-bottom;
  font-size: 16px;
  margin-bottom: 1px;
  user-select: none;
}

/* open graph */
figure[data-ke-type="opengraph"],
#tt-body-page figure[data-ke-type="opengraph"] {
  max-width: 500px;
  margin: 10px 0px 10px 0px;
}

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

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

figure[data-ke-type='opengraph'] div.og-text {
  left: 89px;
  padding: 5px 12px 10px 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 {
  font-size: 16px;
  font-family: inherit;
}

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 {
  font-family: inherit;
  color: #555555;
  padding-right: 10px;
  max-height: initial;
  -webkit-line-clamp: 1
}

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 {
  font-family: inherit;
  font-weight: 300;
  bottom: 5px;
  color: #555555;
}

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 {
  display: -webkit-box;
}

/*code block */
code,
kbd,
samp {
  font-family: Consolas;
  line-height: 150%;
  font-size: 14px;
  border-radius: 5px;
}

.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #B5B5B5;
  border-right: 1px solid #B5B5B5;
  vertical-align: top;
  width: 20px;
  padding-left: 0px;
}

.hljs-ln td.hljs-ln-numbers {
  padding-right: 10px;
}

.hljs-ln td.hljs-ln-code {
  padding-left: 10px;
}