@charset "utf-8";
@font-face {
  font-family: NanumSquare;
  font-weight: 400;
  src: url(./images/se-nanumsquare-regular.woff) format("woff");
}

* {
  user-select: none;
}
.container_postbtn .postbtn_like {
  border-color: #fff !important;
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1), 0 0 7px rgba(0, 0, 0, 0.05) !important;
}

.img-profile {
  width: 140px;
  height: 140px;
  margin: 0;
  border-radius: 140px;
}

.inner-box {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}

.inner-box p {
  line-height: 1.5rem;
  font-size: 13px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  letter-spacing: 0.3px;
  margin-top: 20px;
  text-align: left;
  display: block;
  font-family: "nanumsquare", "Apple SD Gothic Neo", "Malgun Gothic",
    "맑은 고딕", "Nanum Gothic", Dotum, "돋움", Helvetica, sans-serif;
  text-align: center;
}

body {
  text-size-adjust: 100%;
  font-weight: 400;
  font-family: "nanumsquare", "Apple SD Gothic Neo", "Malgun Gothic",
    "맑은 고딕", "Nanum Gothic", Dotum, "돋움", Helvetica, sans-serif;
  line-height: 1.25;
  color: #333;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

blockquote,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button,
input,
select,
textarea {
  font-size: 100%;
  border-radius: 0;
}

button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
}

ul li {
  list-style: none;
}

fieldset,
img {
  border: none;
  vertical-align: top;
}

a,
a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.inner {
  margin-bottom: 20px;
  color: rgb(51, 51, 51);
  font-family: "nanumsquare", "Apple SD Gothic Neo", "Malgun Gothic",
    "맑은 고딕", "Nanum Gothic", Dotum, "돋움", Helvetica, sans-serif;
}

#header {
  border-bottom: 1px solid rgb(248, 248, 248);
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(2px);
}

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

#header .inner .logo {
  padding: 20px 0 0;
  font-size: 21px;
  letter-spacing: 0px;
  color: #333;
  text-align: center;
  font-family: "M PLUS 1p";
}

#header .inner .logo a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  font-family: "NanumSquare";
  font-weight: 700;
  font-size: 16px;
}

#header .inner .logo img {
  width: auto;
  height: 22px;
  display: block;
  text-align: center;
  margin: 0 auto;
  /* opacity: .7; */
  padding-top: 4px;
}

#container {
  position: relative;
}

#container .content-wrap {
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 0 20px;
}

#container .content-wrap::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#content {
  float: left;
  width: 75%;
  padding: 0 0 60px;
  box-sizing: border-box;
}

#content > .inner::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#aside {
  float: right;
  width: 20%;
  padding: 0 0 32px;
  box-sizing: border-box;
}

#footer {
  padding: 38px 0 28px;
}

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

#footer p {
  margin-bottom: 10px;
  font-size: 0.875em;
  color: rgb(119, 119, 119);
}

#footer .page-top {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(images/ico_package.png) -100px -200px no-repeat
    rgb(255, 255, 255);
  text-indent: -999em;
  border: 1px solid rgb(238, 238, 238);
  margin-bottom: 40px;
}

#footer .page-top:focus,
#footer .page-top:hover {
  background-color: rgb(117, 117, 117);
  background-position-x: -150px;
}

#tt-body-index #content {
  padding-bottom: 20px;
}

.btn,
a.btn {
  display: inline-block;
  width: 100px;
  height: 36px;
  background-color: rgb(196, 196, 196);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  vertical-align: middle;
}

.btn:hover {
  background-color: rgb(103, 103, 103);
}

.post-header h1 {
  margin-bottom: 18px;
  font-size: 1.4em;
  line-height: 1.375;
}

.post-header h1 em {
  margin-left: 7px;
  font-style: normal;
  color: rgb(4, 190, 184);
}

.post-item {
  float: left;
  width: 31.0811%;
  margin: 0 0 30px 3.37838%;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 25px -10px rgb(0 0 0 / 10%), 0 0 7px rgb(0 0 0 / 5%);
  min-height: 340px;
}

.post-item a:hover .title > strong {
  background: linear-gradient(#f0e3ff, #e3f7ff) repeat-x left 0 bottom 0 / 1px
    6px;
}

.post-item:nth-child(3n + 1) {
  clear: both;
  margin-left: 0;
}

.post-item a {
  display: block;
  text-decoration: none;
}

.post-item .thum {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: rgb(248, 248, 248);
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.post-item .thum img {
  width: 100%;
  height: auto;
}

.post-item .title {
  font-size: 17px;
  line-height: 1.4;
  padding: 20px;
  letter-spacing: -0.8px;
  color: #111;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: keep-all;
}

.post-item .excerpt {
  display: none;
}

.post-item.protected .thum::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 47px;
  margin: -24px 0 0 -17px;
  background: url(images/ico_package.png) 0 -120px / 120px no-repeat;
}

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

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

.pagination {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 30px;
}

.pagination a {
  display: inline-block;
  margin: 0 12px;
  font-size: 0.875em;
  line-height: 1.5rem;
  vertical-align: top;
  color: #333;
}

.pagination .selected {
  color: rgb(51, 51, 51);
}

.pagination .next,
.pagination .prev {
  width: 22px;
  height: 22px;
  border: 1px solid rgb(0 0 0);
  background: url(images/ico_package.png) 0 -50px no-repeat;
  text-indent: -999em;
  display: inline-block;
}

.pagination .next {
  background-position-x: -50px;
}

.pagination .view-more {
  display: block;
  margin: 0;
  padding: 12px 0 11px;
  border: 1px solid rgb(238, 238, 238);
  text-align: center;
  font-size: 0.875em;
  color: rgb(153, 153, 153);
}

.related-articles {
  margin-bottom: 55px;
}

.related-articles h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1em;
}

.related-articles ul {
  display: inline-block;
  width: 101.622%;
  margin-left: -1.62162%;
  vertical-align: top;
}

.related-articles ul li {
  float: left;
  width: 25%;
  padding-left: 1.62162%;
  box-sizing: border-box;
}

.related-articles ul li:first-child {
  margin-left: 0;
}

.related-articles ul li a {
  color: rgb(85, 85, 85);
}

.related-articles ul li a:focus,
.related-articles ul li a:hover {
  color: rgb(51, 51, 51);
}

.related-articles ul li figure {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 100%;
  background-color: rgb(248, 248, 248);
}

.related-articles ul li figure img {
  width: 100%;
  height: auto;
}

.related-articles ul li .title {
  overflow: hidden;
  max-width: 100%;
  white-space: initial;
  font-size: 0.975em;
  line-height: 1.4;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: 700;
}

.entry-content h1 {
  clear: both;
  margin: 29px 0 22px;
  font-size: 1.6875em;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}

.entry-content h2 {
  clear: both;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-weight: bold !important;
  margin: 20px 0 10px;
  font-size: 28px;
}

.entry-content h3 {
  clear: both;
  margin: 20px 0 10px;
  font-size: 24px;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-weight: bold !important;
}

.entry-content h4 {
  clear: both;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-weight: bold !important;
  margin: 20px 0 10px;
  font-size: 20px;
}

.entry-content a {
  color: rgb(4, 190, 184);
}

.entry-content p {
  word-break: break-all;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px !important;
  margin-block-end: 20px;
}

.entry-content p img {
  max-width: 100%;
  height: auto;
}

.entry-content figure {
  margin-top: 8px !important;
}

.entry-content pre {
  word-break: break-all;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.entry-content ul {
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
}

.entry-content ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.8;
  list-style-type: square !important;
  margin-left: 22px;
}

.entry-content ol li {
  position: relative;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.8;
  list-style-type: hangul;
  margin-left: 20px;
}

.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: 40px;
  padding: 16px 20px;
  border-left: 4px solid rgb(230, 230, 230);
}

.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: 1px solid rgb(230, 230, 230);
  border-collapse: collapse;
  text-align: center;
  font-size: 0.9375em;
  line-height: 1.5714;
  color: rgb(102, 102, 102);
}

.entry-content table thead th {
  padding: 7px 0 11px;
  border-left: 1px solid rgb(230, 230, 230);
}

.entry-content table tbody td {
  padding: 7px 0 11px;
  border-left: 1px solid rgb(230, 230, 230);
  border-top: 1px solid rgb(230, 230, 230);
}

.entry-content input {
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgb(230, 230, 230);
  font-size: 0.875em;
  line-height: 1.25;
  color: rgb(102, 102, 102);
  box-sizing: border-box;
  vertical-align: middle;
}

.entry-content .entry-content .protected_form {
  margin-bottom: 40px;
  padding: 120px 0 200px;
  border-bottom: 1px solid rgb(122, 88, 58);
  text-align: center;
}

.entry-content .entry-content .protected_form input {
  width: 200px;
  margin-bottom: 10px;
  vertical-align: top;
}

.entry-content .cap1 {
  text-align: center;
  font-size: 0.875em;
  font-style: italic;
}

.entry-content .iframe-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.entry-content .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content .protected_form {
  display: block;
  width: 100%;
  padding: 98px 0 120px;
  text-align: center;
}

.entry-content .protected_form h2 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 1.625em;
  line-height: 2.125rem;
  color: rgb(85, 85, 85);
}

.entry-content .protected_form p {
  margin-bottom: 34px;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.75;
  color: rgb(153, 153, 153);
}

.entry-content .protected_form input {
  width: 183px;
  padding: 0 23px;
  border: 1px solid rgb(238, 238, 238);
  font-size: 0.9125em;
  line-height: 2.125rem;
}

.entry-content .protected_form input:focus {
  border-color: rgb(72, 72, 72);
}

.entry-content .protected_form .btn {
  margin-left: 5px;
}

.sidebar ul li {
  padding: 4px 0 5px;
  line-height: 1.8;
}

.sub_category_list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: rgb(153, 153, 153);
}

.sidebar ul li a:visited {
  color: rgb(51, 51, 51);
}

.sidebar ul li a:hover {
  color: rgb(0 0 0);
}

.sidebar ul li a:visible {
  color: rgb(51, 51, 51);
}

.sidebar .sidebar-2 {
  margin-top: 38px;
  padding-top: 46px;
  border-top: 1px solid rgb(238, 238, 238);
}

.sidebar .category {
  margin-bottom: 46px;
  font-family: "nanumsquare", "Apple SD Gothic Neo", "Malgun Gothic",
    "맑은 고딕", "Nanum Gothic", Dotum, "돋움", Helvetica, sans-serif;
  text-align: center;
}

.sidebar .category ul li {
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.sidebar .category ul li ul {
  padding-top: 10px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 2fr);
  padding-bottom: 10px;
}

.sidebar .category ul li ul li {
  font-weight: bold;
  text-align: center;
  border: 1px solid #ededed;
  font-size: 13px;
  padding: 10px 5px;
  box-sizing: border-box;
}

.sidebar .category ul li ul li ul {
  overflow: hidden;
  margin-bottom: -4px;
  padding-top: 6px;
  display: none;
}

.sidebar .category ul li ul li ul li {
  position: relative;
  padding: 3px 0 3px 15px;
  font-size: 0.9rem;
  display: none;
}

.sidebar .recent-comment {
  margin-bottom: 36px;
}

.sidebar .recent-comment ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sidebar .post-list {
  margin-bottom: 46px;
}

.sidebar .tab-list {
  margin-bottom: 46px;
}

.sidebar .post-list h2 {
  margin-bottom: 12px;
  font-size: 15px;
  margin-top: 12px;
}

.sidebar .post-list ul li {
  overflow: hidden;
  margin-bottom: 6px;
  padding: 0;
}

.sidebar .post-list ul li img {
  float: right;
  width: 58px;
  height: 58px;
  display: none;
}

.sidebar .post-list ul li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #999;
}

.sidebar .post-list ul li a:hover .title {
  text-decoration: underline;
}

.sidebar .post-list ul li .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 13px;
}

.sidebar .post-list ul li .date {
  display: none;
  margin-top: 6px;
  font-size: 14px;
  color: #777;
}

.sidebar .tab-ui h2 a {
  color: rgb(153, 153, 153);
}

.sidebar .tab-ui h2 a.current {
  color: rgb(85, 85, 85);
}

.sidebar .tab-ui h2 a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 5px;
  margin: 0 10px;
  vertical-align: middle;
  background: url(images/ico_package.png) -100px -50px no-repeat;
}

.sidebar .tab-ui h2 a:first-child::before {
  content: none;
}

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

.slide-wrap {
  overflow: hidden;
}

#content .another_category {
  padding: 16px 20px 14px;
  margin: 60px 0 57px !important;
}

#content .another_category h4 {
  margin: 0 0 13px !important;
  padding: 0px !important;
  border-bottom: 0px !important;
  font-size: 0.875em !important;
  border-left: 0px solid #000;
}

#content .another_category table {
  border: 0;
  margin: 0px !important;
}

#content .another_category th {
  padding: 2px 0px !important;
  font-size: 0.875rem !important;
}

#content .another_category th a.current {
  font-weight: 400;
  text-decoration: none !important;
  color: #00ff9d !important;
  border: 0px !important;
}

#content .another_category td {
  border: 0;
  padding: 2px 0px !important;
  font-size: 0.75rem !important;
}

.container_postbtn {
  margin: 53px 0 55px;
  padding: 0px !important;
}

.absent_post::before {
  content: "";
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.28571;
  color: rgb(85, 85, 85);
  white-space: pre;
}

.absent_post {
  line-height: 1.75;
  padding: 98px 0px !important;
  background: 0 0px !important;
  font-weight: 400 !important;
  font-size: 1em !important;
  color: rgb(153, 153, 153) !important;
}

.layout-aside-left #content {
  float: right;
}

.layout-aside-left #aside {
  float: left;
  margin-left: 0;
  padding: 0 0;
  top: 90px;
}

.layout-aside-left #container .content-wrap::before {
  margin-left: -256px;
}

.list-type-thumbnail .post-header {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.list-type-thumbnail .post-header h1 {
  margin-bottom: 0;
}

.list-type-thumbnail .post-item {
  float: none;
  overflow: hidden;
  width: 100%;
  margin: 0 0 28px;
}

.list-type-thumbnail .post-item .thum {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.list-type-thumbnail .post-item .thum img {
  float: right;
  width: 126px;
  height: auto;
  margin-left: 57px;
  border: 1px solid rgb(241, 241, 241);
  transform: translateY(0);
}

.list-type-thumbnail .post-item.protected .thum {
  float: right;
  width: 126px;
  height: 166px;
  margin-left: 57px;
  border: 1px solid rgb(241, 241, 241);
  background-color: rgb(248, 248, 248);
}

.list-type-thumbnail .post-item .title {
  max-width: 95%;
  margin-bottom: 12px;
  padding-top: 7px;
  font-size: 1.25em;
}

.list-type-thumbnail .post-item .excerpt {
  display: none;
}

.list-type-text .post-header {
  margin-bottom: 38px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.list-type-text .post-header h1 {
  margin-bottom: 0;
}

.list-type-text .post-item {
  float: none;
  overflow: hidden;
  width: 100%;
  margin: 0 0 35px;
}

.list-type-text .post-item .thum {
  display: none;
}

.list-type-text .post-item .title {
  max-width: 96%;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 1em;
}

.list-type-text .post-item .excerpt {
  display: none;
}

.list-type-text .pagination {
  margin-top: 36px;
}

@media screen and (max-width: 1080px) {
  #footer,
  #header h1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  #container .content-wrap::before {
    left: 72.7%;
    margin-left: 0;
  }

  .layout-aside-left #container .content-wrap::before {
    left: 27.3%;
    margin-left: 0;
  }

  #header .inner .logo {
    padding: 0 20px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  #header h1 {
    position: relative;
    z-index: 10;
    padding: 40px 24px 0 24px;
    background-color: rgb(255, 255, 255);
    margin: 0;
  }

  #container .content-wrap {
    padding: 0;
    margin: 0;
  }

  #container .content-wrap::before {
    content: none;
  }

  #content {
    float: none;
    width: auto;
    padding: 34px 14px 40px;
  }

  #aside {
    position: fixed;
    top: 0;
    right: -278px;
    z-index: 400;
    float: none;
    overflow: auto;
    width: 278px;
    height: 100%;
    padding: 20px 20px 40px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    transition: right 0.5s ease 0s;
  }

  #footer {
    padding: 32px 24px 26px;
  }

  #footer p {
    margin-bottom: 11px;
    font-size: 0.8125em;
  }

  #header .inner .logo {
    padding: 0 24px;
    padding-top: 24px;
    text-align: center;
  }

  #tt-body-index #content {
    padding: 0;
  }

  #tt-body-index #content > .inner {
    padding: 0 40px;
    margin-top: 40px;
  }

  #tt-body-index #content > .inner:first-child {
    padding-top: 30px;
  }

  #tt-body-index.list-type-text #content > .inner:first-child {
    padding-top: 36px;
  }

  #tt-body-index .pagination {
    margin: 0 20px 40px;
  }

  #tt-body-page #content {
    padding-left: 0;
    padding-right: 0;
  }

  .layout-aside-left #aside {
    padding: 20px 20px 20px;
    border-top: 1px solid #eee;
    width: 100%;
    position: inherit;
  }

  .post-header {
    padding-top: 2px;
  }

  .post-item {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }

  .post-item .thum {
    margin-bottom: 0;
  }

  .post-item .excerpt {
    padding: 20px 20px 20px 20px;
  }

  .pagination {
    margin-bottom: 30px;
  }

  .pagination a {
    margin: 0 4px;
    display: none;
  }

  .list-type-vertical .post-item {
    margin-bottom: 30px;
  }

  .list-type-vertical .post-item .title {
    margin-bottom: 7px;
  }

  .list-type-thumbnail .post-item .thum img {
    width: 96px;
    margin-left: 25px;
  }

  .list-type-thumbnail .post-item .title {
    margin-bottom: 9px;
    padding-top: 3px;
    font-size: 1.125em;
  }

  .list-type-thumbnail .post-item .excerpt {
    margin-bottom: 11px;
  }

  .list-type-thumbnail .post-item.protected .thum {
    width: 96px;
    height: 128px;
    margin-left: 25px;
  }

  .list-type-text .post-header {
    margin-bottom: 28px;
  }

  .list-type-text .post-item {
    margin-bottom: 26px;
  }

  .list-type-text .post-item .title {
    margin-bottom: 10px;
  }

  .list-type-text .post-item .excerpt {
    margin-bottom: 12px;
    -webkit-line-clamp: 4;
  }

  .list-type-text .pagination {
    margin-top: 30px;
  }

  .inner h1 {
    margin-bottom: 20px;
    color: rgb(51, 51, 51);
    padding: 0 12px;
    font-size: 1.4em;
    line-height: 1.5;
    letter-spacing: -1px;
  }

  .entry-content h2 {
    font-size: 20px;
  }

  .entry-content h3 {
    font-size: 18px;
  }

  .entry-content h4 {
    font-size: 16px;
  }

  .entry-content {
    padding: 0 12px;
  }

  .entry-content p {
    margin-bottom: 22px;
    line-height: 1.625rem;
  }

  .entry-content figure {
    margin-top: 6px !important;
  }

  .entry-content .protected_form input {
    width: 163px;
  }

  #content .another_category {
    margin: 40px 0 37px !important;
  }

  .container_postbtn {
    margin: 35px 0 37px;
  }

  .related-articles {
    margin-bottom: 21px;
    padding: 0 24px;
  }

  .related-articles h2 {
    margin-bottom: 19px;
  }

  .related-articles ul {
    width: 103.571%;
    margin-left: -3.57143%;
  }

  .related-articles ul li {
    width: 50%;
    margin-bottom: 15px;
    padding-left: 3.44828%;
  }

  .related-articles ul li figure {
    margin-bottom: 9px;
  }

  .related-articles ul li .title {
    height: 2.8em;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .layout-aside-left #content {
    float: none;
  }

  #content .another_category th {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .bf-breadcrumb.bc-top-style {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  #tt-body-index .post-header {
    padding-top: 36px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .comments {
    margin-bottom: 60px;
    padding: 0 12px;
  }
}

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

.adsense {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.btn_top {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 60%;
  margin-left: 621px;
  z-index: 5000;
}

.btn_top a {
  display: block;
  width: 67px;
  height: 67px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(./images/btn_top_pc.png) no-repeat;
  outline: 0;
  box-shadow: 4px 12px 30px 6px rgba(0, 0, 0, 0.09);
  border-radius: 100%;
}

.btn_top.btn_fixed {
  bottom: 65px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NanumSquare";
  font-weight: 700 !important;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
}

.bf-breadcrumb.bc-top-style {
  margin: 0 0 10px 0;
  font-size: 15px;
}

.bf-breadcrumb .bf-breadcrumb-items {
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -1px;
}

.bf-breadcrumb .bf-breadcrumb-item:not(.bf-breadcrumb-end):after {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\203A";
  margin-left: 5px;
  margin-right: 5px;
  color: #929292;
  vertical-align: top;
  position: relative;
  bottom: 2px;
}

.bf-breadcrumb .bf-breadcrumb-item a,
.bf-breadcrumb .bf-breadcrumb-item span {
  color: #9e9e9e;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.3px;
}

li.bf-breadcrumb-item {
  display: inline-block;
}

.book-toc {
  padding: 10px 10px 15px 15px;
  margin-bottom: 20px;
}

.book-toc ul {
  list-style-type: decimal;
}

.book-toc p {
  font-weight: 550;
  margin-bottom: 7px;
}

#toc * {
  font-size: 15px;
  color: #000;
  opacity: 0.8;
}

#toc a:hover {
  opacity: 1;
  transition: 0.3s ease;
}

#toc ul {
  margin-bottom: 0;
  margin-top: 5px;
}

#toc > li {
  margin-bottom: 0;
}

#toc {
  margin-left: 0;
}

#toc > li > ul li {
  margin-bottom: 5px !important;
  margin-left: 15px;
}

.link_tit {
  color: #333;
  display: none;
}

figure.imagegridblock,
#tt-body-page figure.imagegridblock {
  margin: 0px 0px 7px 0px !important;
}
#tt-body-page figure.imageblock img,
figure.imageblock img {
  margin-bottom: 7px !important;
}
.copyright {
  line-height: 1.25rem;
  color: #000;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  opacity: 0.35;
}
/* 검색창 */
.search {
  margin: 0 auto;
}
.search input[type="text"] {
  border: 1px solid #ededed;
  width: 100%;
  font-size: 13px;
  padding: 10px 5px;
  box-sizing: border-box;
}

.search input[type="button"] {
  display: none;
}

li[class^="t_menu_"] {
  margin: 10px 0px;
}

li[class^="t_menu_link_"]:after {
  background: url(./images/new_icon_8.png);
  content: "";
  width: 4px;
  height: 4px;
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  bottom: 6px;
}

/* Comment */
.comments {
  margin-bottom: 60px;
}
.comments h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1em;
}
.comments h2 .count {
  margin-left: 4px;
  color: #999;
}
.comment-list {
  margin-bottom: 60px;
  border-top: 1px solid #eee;
}
.comment-list ul li {
  display: inline-block;
  width: 100%;
  padding: 32px 0 28px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  box-sizing: border-box;
}
.comment-list .tt_more_preview_comments_wrap {
  padding: 0;
  border: 0;
}
.comment-list .tt_more_preview_comments_text {
  display: block;
  margin: -1px 0 0;
  padding: 12px 0 11px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 0.875em;
  color: #999;
}
.comment-list .tt_more_preview_comments_text:hover {
  text-decoration: underline;
}
.comment-list ul li .author-meta {
  position: relative;
  margin-bottom: 7px;
  padding: 0px 0 0 60px;
  font-size: 0.8125em;
  color: #999;
}
.comment-list ul li .author-meta a {
  color: #999;
}
.comment-list ul li .author-meta a:before,
.comment-list ul li .author-meta span:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 0 7px 0 5px;
  background-color: #e3e3e3;
  vertical-align: middle;
}
.comment-list ul li .author-meta .nickname {
  font-weight: 700;
  color: #555;
}
.comment-list ul li .author-meta .nickname a {
  color: #555;
}
.comment-list ul li .author-meta .avatar {
  float: left;
  width: 80px;
  height: 80px;
  margin: -2px 0px 0px -60px;
  border: 1px solid #eee;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: -60px;
}
.comment-list ul li .author-meta .control {
  position: absolute;
  top: 0;
  right: 0px;
  border-bottom: 0;
}
.comment-list ul li .author-meta .control button {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/ico_package.png) no-repeat -141px 5px;
  text-indent: -999em;
}
.comment-list ul li .author-meta .control .link {
  display: none;
  position: absolute;
  top: 100%;
  left: -65px;
  width: 70px;
  text-align: center;
}
.comment-list ul li .author-meta .control .link a {
  display: block;
  margin-top: -1px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.5rem;
  color: #333;
}
.comment-list ul li .author-meta .control .link a:focus,
.comment-list ul li .author-meta .control .link a:hover {
  background-color: #fafafa;
  color: #222;
}
.comment-list ul li .author-meta .nickname:before,
.comment-list ul li .author-meta .nickname a:before,
.comment-list ul li .author-meta .control:before,
.comment-list ul li .author-meta .control a:before {
  content: none;
}
.comment-list ul li p {
  max-width: 85%;
  padding: 0 0 0 60px;
  font-size: 0.875em;
  line-height: 1.3125rem;
  color: #777;
  box-sizing: border-box;
}
.comment-list ul li .reply {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8125rem;
  color: #999;
}
.comment-list ul li ul {
  margin: 28px 0 -32px 0;
  padding: 26px 0 21px;
  border-top: 1px solid #eee;
  background-color: #fafafa;
}
.comment-list ul li ul li {
  padding: 14px 0 15px 0px;
  border-bottom: 0;
}
.comment-list ul li ul li .author-meta {
  margin-bottom: 8px;
}
.comment-list ul li ul li .author-meta .control {
  right: 0px;
}
.comment-list ul li ul li .author-meta .avatar {
  width: 80px;
  height: 80px;
}
.comment-list ul li ul li p {
  max-width: 80%;
}
.comment-list ul li ul .tt_more_preview_comments_wrap {
  display: block;
}
.comment-list ul li ul .tt_more_preview_comments_text {
  margin-bottom: 16px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.comment-list ul li ul .tt_more_preview_comments_text:first-child {
  margin-top: -24px;
  padding: 12px 0 11px;
}

.comment-form {
  position: relative;
  margin-bottom: 60px;
}
.comment-form .field {
  overflow: hidden;
  margin-bottom: -1px;
  border: 1px solid #eee;
}
.comment-form .field input[type="text"],
.comment-form .field input[type="password"] {
  float: left;
  width: 50%;
  padding: 12px 16px;
  border: 0;
  border-left: 1px solid #eee;
  font-size: 0.875em;
  color: #777;
  box-sizing: border-box;
}
.comment-form .field input:first-child {
  border-left: 0;
}
.comment-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #eee;
  font-size: 15px;
  color: #777;
  box-sizing: border-box;
  resize: none;
  font-family: "nanumsquare", "Apple SD Gothic Neo", "Malgun Gothic",
    "맑은 고딕", "Nanum Gothic", Dotum, "돋움", Helvetica, sans-serif;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #999;
}
.comment-form .secret {
  position: absolute;
  left: 0;
  bottom: 8px;
}
.comment-form .secret input {
  display: none;
}
.comment-form .secret label {
  display: inline-block;
  font-size: 0.8125em;
  line-height: 1.25rem;
  color: #666;
  outline: none;
  cursor: pointer;
}
.comment-form .secret label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-right: 12px;
  border: 1px solid #e1e1e1;
  vertical-align: top;
  background-color: #fff;
}
.comment-form .secret input[type="checkbox"]:checked + label:before {
  background: url(./images/ico_package.png) no-repeat -47px 4px;
}
.comment-form .submit {
  text-align: right;
}
.comment-form .submit button {
  background-color: #333;
  color: #fff;
}
.comment-form .submit button:hover,
.comment-form .submit button:focus {
  background-color: #4531ff;
}

/* tags */
.tags {
  margin-bottom: 45px;
  font-size: 0;
}
.tags:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.tags h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}
.tags a {
  display: inline-block;
  margin: 0 8px 12px 0;
  padding: 0 17px;
  border: 1px solid #eee;
  border-radius: 32px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  color: #555;
}
.tags a:hover,
.tags a:focus {
  color: #333;
}

.notice .date {
  display: none;
}

.notice .inner h1 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.hljs{
  border-radius: 15px;
}
